Merge tag 'pwm/for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / freescale / fsl,imx7ulp-sim.txt
1 Freescale i.MX7ULP System Integration Module
2 ----------------------------------------------
3 The system integration module (SIM) provides system control and chip configuration
4 registers. In this module, chip revision information is located in JTAG ID register,
5 and a set of registers have been made available in DGO domain for SW use, with the
6 objective to maintain its value between system resets.
7
8 Required properties:
9 - compatible:   Should be "fsl,imx7ulp-sim".
10 - reg:          Specifies base physical address and size of the register sets.
11
12 Example:
13 sim: sim@410a3000 {
14         compatible = "fsl,imx7ulp-sim", "syscon";
15         reg = <0x410a3000 0x1000>;
16 };