Skip to content

Commit 9b449d8

Browse files
committed
config: Enable AM62 Mallow in my lab
Toradex have been kind enough to send me an AM62 Mallow system, enable some basic tests on it in my lab. Signed-off-by: Mark Brown <[email protected]>
1 parent 6940d8c commit 9b449d8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

config/platforms.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ platforms:
183183
dtb: dtbs/arm/juno.dtb
184184
compatible: ['arm,juno', 'arm,vexpress']
185185

186+
k3-am625-verdin-wifi-mallow:
187+
<<: *arm64-device
188+
mach: ti
189+
dtb: dtbs/ti/k3-am625-verdin-wifi-mallow.dtb
190+
compatible: ['toradex,verdin-am62-wifi-mallow', 'toradex,verdin-am62-wifi',
191+
'toradex,verdin-am62', 'ti,am625']
192+
186193
k3-j721e-sk:
187194
<<: *arm64-device
188195
mach: ti

config/scheduler.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ scheduler:
179179
- imx8mp-evk
180180
- imx8mp-verdin-nonwifi-dahlia
181181
- juno-uboot
182+
- k3-am625-verdin-wifi-mallow
182183
- meson-g12b-a311d-libretech-cc
183184
- meson-gxl-s905x-libretech-cc
184185
- meson-sm1-s905d3-libretech-cc
@@ -948,6 +949,7 @@ scheduler:
948949
- bcm2837-rpi-3-b-plus
949950
- imx8mp-evk
950951
- imx8mp-verdin-nonwifi-dahlia
952+
- k3-am625-verdin-wifi-mallow
951953
- meson-sm1-s905d3-libretech-cc
952954
- sun50i-a64-pine64-plus
953955

0 commit comments

Comments
 (0)