1Freescale i.MX7ULP System Integration Module 2---------------------------------------------- 3The system integration module (SIM) provides system control and chip configuration 4registers. In this module, chip revision information is located in JTAG ID register, 5and a set of registers have been made available in DGO domain for SW use, with the 6objective to maintain its value between system resets. 7 8Required properties: 9- compatible: Should be "fsl,imx7ulp-sim". 10- reg: Specifies base physical address and size of the register sets. 11 12Example: 13sim: sim@410a3000 { 14 compatible = "fsl,imx7ulp-sim", "syscon"; 15 reg = <0x410a3000 0x1000>; 16}; 17