xref: /freebsd/sys/contrib/device-tree/Bindings/arm/freescale/fsl,imx7ulp-sim.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotFreescale i.MX7ULP System Integration Module
2*c66ec88fSEmmanuel Vadot----------------------------------------------
3*c66ec88fSEmmanuel VadotThe system integration module (SIM) provides system control and chip configuration
4*c66ec88fSEmmanuel Vadotregisters. In this module, chip revision information is located in JTAG ID register,
5*c66ec88fSEmmanuel Vadotand a set of registers have been made available in DGO domain for SW use, with the
6*c66ec88fSEmmanuel Vadotobjective to maintain its value between system resets.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotRequired properties:
9*c66ec88fSEmmanuel Vadot- compatible:	Should be "fsl,imx7ulp-sim".
10*c66ec88fSEmmanuel Vadot- reg:		Specifies base physical address and size of the register sets.
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotExample:
13*c66ec88fSEmmanuel Vadotsim: sim@410a3000 {
14*c66ec88fSEmmanuel Vadot	compatible = "fsl,imx7ulp-sim", "syscon";
15*c66ec88fSEmmanuel Vadot	reg = <0x410a3000 0x1000>;
16*c66ec88fSEmmanuel Vadot};
17