Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/freescale/fsl,imx7ulp-sim.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Freescale i.MX7ULP System Integration Module
0008 
0009 maintainers:
0010   - Anson Huang <anson.huang@nxp.com>
0011 
0012 description: |
0013   The system integration module (SIM) provides system control and chip configuration
0014   registers. In this module, chip revision information is located in JTAG ID register,
0015   and a set of registers have been made available in DGO domain for SW use, with the
0016   objective to maintain its value between system resets.
0017 
0018 properties:
0019   compatible:
0020     items:
0021       - const: fsl,imx7ulp-sim
0022       - const: syscon
0023 
0024   reg:
0025     maxItems: 1
0026 
0027 required:
0028   - compatible
0029   - reg
0030 
0031 additionalProperties: false
0032 
0033 examples:
0034   - |
0035     sim@410a3000 {
0036         compatible = "fsl,imx7ulp-sim", "syscon";
0037         reg = <0x410a3000 0x1000>;
0038     };