meta-digi-arm: add support for other CC6 hardware variants
https://jira.digi.com/browse/DEL-1569 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
20671e874d
commit
2c6f44c53d
|
|
@ -5,7 +5,16 @@
|
||||||
# Contains the ConnectCore 6 module.
|
# Contains the ConnectCore 6 module.
|
||||||
include conf/machine/include/ccimx6.inc
|
include conf/machine/include/ccimx6.inc
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "imx6q-ccimx6sbc.dtb imx6q-ccimx6sbc-ldo-bypass.dtb"
|
KERNEL_DEVICETREE = " \
|
||||||
|
imx6dl-ccimx6sbc.dtb \
|
||||||
|
imx6dl-ccimx6sbc-w.dtb \
|
||||||
|
imx6dl-ccimx6sbc-mw.dtb \
|
||||||
|
imx6dl-ccimx6sbc-mwb.dtb \
|
||||||
|
imx6q-ccimx6sbc.dtb \
|
||||||
|
imx6q-ccimx6sbc-w.dtb \
|
||||||
|
imx6q-ccimx6sbc-wb.dtb \
|
||||||
|
imx6q-ccimx6sbc-wb-ldo-bypass.dtb \
|
||||||
|
"
|
||||||
|
|
||||||
SERIAL_CONSOLES = "115200;ttymxc3"
|
SERIAL_CONSOLES = "115200;ttymxc3"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ include conf/machine/include/imx-digi-base.inc
|
||||||
include conf/machine/include/tune-cortexa9.inc
|
include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
DIGI_FAMILY = "ccimx6"
|
DIGI_FAMILY = "ccimx6"
|
||||||
SOC_FAMILY = "mx6:mx6q:${DIGI_FAMILY}"
|
SOC_FAMILY = "mx6:mx6dl:mx6q:${DIGI_FAMILY}"
|
||||||
|
|
||||||
# Platform u-boot settings
|
# Platform u-boot settings
|
||||||
UBOOT_ENTRYPOINT = "0x10800000"
|
UBOOT_ENTRYPOINT = "0x10800000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue