···7474i.MX6q generic board7575Required root node properties:7676 - compatible = "fsl,imx6q";7777+7878+7979+Freescale LS1021A Platform Device Tree Bindings8080+------------------------------------------------8181+8282+Required root node compatible properties:8383+ - compatible = "fsl,ls1021a";8484+8585+Freescale LS1021A SoC-specific Device Tree Bindings8686+-------------------------------------------8787+8888+Freescale SCFG8989+ SCFG is the supplemental configuration unit, that provides SoC specific9090+configuration and status registers for the chip. Such as getting PEX port9191+status.9292+ Required properties:9393+ - compatible: should be "fsl,ls1021a-scfg"9494+ - reg: should contain base address and length of SCFG memory-mapped registers9595+9696+Example:9797+ scfg: scfg@1570000 {9898+ compatible = "fsl,ls1021a-scfg";9999+ reg = <0x0 0x1570000 0x0 0x10000>;100100+ };101101+102102+Freescale DCFG103103+ DCFG is the device configuration unit, that provides general purpose104104+configuration and status for the device. Such as setting the secondary105105+core start address and release the secondary core from holdoff and startup.106106+ Required properties:107107+ - compatible: should be "fsl,ls1021a-dcfg"108108+ - reg : should contain base address and length of DCFG memory-mapped registers109109+110110+Example:111111+ dcfg: dcfg@1ee0000 {112112+ compatible = "fsl,ls1021a-dcfg";113113+ reg = <0x0 0x1ee0000 0x0 0x10000>;114114+ };