treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / freescale / fsl,imx7ulp-sim.txt
blob7d0c7f002401738d5d8fed264baffad37f8c86ef
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.
8 Required properties:
9 - compatible:   Should be "fsl,imx7ulp-sim".
10 - reg:          Specifies base physical address and size of the register sets.
12 Example:
13 sim: sim@410a3000 {
14         compatible = "fsl,imx7ulp-sim", "syscon";
15         reg = <0x410a3000 0x1000>;