- this prepares everything for the more boards in the family - which will need `dt/` folder to avoid null-patches - label & make LEDs useful - alias mmc0/mmc1 so they match u-boot - expose i2c3 which is exposed in the 40-pin 27:SCL3 28:SDA3 (blue pins) - shows up at i2c1 to userspace; why would Collabora alias an undescribed bus?
12 lines
516 B
YAML
12 lines
516 B
YAML
config:
|
|
|
|
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.
|
|
# This is meant to provide a way to "add a board DTS" without having to null-patch them in.
|
|
dts-directories:
|
|
- { source: "dt", target: "arch/arm64/boot/dts/mediatek" }
|
|
|
|
# the Makefile in each of these directories will be magically patched to include the dts files copied
|
|
auto-patch-dt-makefile:
|
|
- { directory: "arch/arm64/boot/dts/mediatek", config-var: "CONFIG_ARCH_MEDIATEK" }
|
|
|