mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
f479cec3b6
Logic PD has an i.MX6Q system on module (SOM) with a development kit. The SOM has a built-in microSD socket, DDR and NAND flash. The development kit has an SMSC Ethernet PHY, serial debug port and a variety of peripherals. This have been verified to boot the i.MX6Q version over either SD on the development kit or NAND built into the SOM. Items in the dtsi file are specific to the SOM itself. Items in the dts file are in the baseboard. Future versions of the SOM will come out supporting the same basebord and potentially future base boards will come out supporting the same SOM. Signed-off-by: Adam Ford <aford173@gmail.com>
12 lines
164 B
Text
12 lines
164 B
Text
if TARGET_MX6LOGICPD
|
|
|
|
config SYS_BOARD
|
|
default "imx6"
|
|
|
|
config SYS_VENDOR
|
|
default "logicpd"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx6_logic"
|
|
|
|
endif
|