Skip to content

Commit f130a9a

Browse files
broonienuclearcat
authored andcommitted
config: Add Radxa Orion O6
I've got a couple of the 8G ones in my lab, they boot using grub from TianoCore/EDK2 firmware. Once the board is enabled I'll add a bunch more tests on it. Signed-off-by: Mark Brown <[email protected]>
1 parent 90f40d2 commit f130a9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

config/platforms.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ platforms:
8585
dtb: dtbs/am335x-boneblack.dtb
8686
compatible: ['ti,am335x-bone-black', 'ti,am335x-bone', 'ti,am33xx']
8787

88+
cd8180-orion-o6:
89+
<<: *arm64-device
90+
mach: cix
91+
boot_method: grub
92+
8893
da850-lcdk:
8994
<<: *arm-device
9095
mach: davinci

config/scheduler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ scheduler:
175175
platforms: &lava-broonie-arm64
176176
- bcm2711-rpi-4-b
177177
- bcm2837-rpi-3-b-plus
178+
- cd8180-orion-o6
178179
- imx8mp-evk
179180
- imx8mp-verdin-nonwifi-dahlia
180181
- juno-uboot

0 commit comments

Comments
 (0)