Skip to content

Commit 80e4d14

Browse files
committed
k3-pico-itx: add new BSP
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 0d9b6bc commit 80e4d14

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

conf/machine/k3-pico-itx.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#@TYPE: Machine
2+
#@NAME: K3 Pico-ITX
3+
#@SOC: Spacemit K3
4+
#@DESCRIPTION: Machine configuration for K3 Pico-ITX development board
5+
6+
require conf/machine/include/k3-vendor.inc
7+
8+
KERNEL_DEVICETREE ?= "spacemit/k3-pico-itx.dtb"
9+
10+
IMAGE_BOOT_FILES += " \
11+
k3-pico-itx.dtb \
12+
"

0 commit comments

Comments
 (0)