xref: /freebsd/sys/contrib/device-tree/Bindings/arm/freescale/fsl,imx7ulp-sim.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
16be33864SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
26be33864SEmmanuel Vadot%YAML 1.2
36be33864SEmmanuel Vadot---
46be33864SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/freescale/fsl,imx7ulp-sim.yaml#
56be33864SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
66be33864SEmmanuel Vadot
76be33864SEmmanuel Vadottitle: Freescale i.MX7ULP System Integration Module
86be33864SEmmanuel Vadot
96be33864SEmmanuel Vadotmaintainers:
10*0e8011faSEmmanuel Vadot  - Shawn Guo <shawnguo@kernel.org>
11*0e8011faSEmmanuel Vadot  - Sascha Hauer <s.hauer@pengutronix.de>
12*0e8011faSEmmanuel Vadot  - Fabio Estevam <festevam@gmail.com>
136be33864SEmmanuel Vadot
146be33864SEmmanuel Vadotdescription: |
156be33864SEmmanuel Vadot  The system integration module (SIM) provides system control and chip configuration
166be33864SEmmanuel Vadot  registers. In this module, chip revision information is located in JTAG ID register,
176be33864SEmmanuel Vadot  and a set of registers have been made available in DGO domain for SW use, with the
186be33864SEmmanuel Vadot  objective to maintain its value between system resets.
196be33864SEmmanuel Vadot
206be33864SEmmanuel Vadotproperties:
216be33864SEmmanuel Vadot  compatible:
226be33864SEmmanuel Vadot    items:
236be33864SEmmanuel Vadot      - const: fsl,imx7ulp-sim
246be33864SEmmanuel Vadot      - const: syscon
256be33864SEmmanuel Vadot
266be33864SEmmanuel Vadot  reg:
276be33864SEmmanuel Vadot    maxItems: 1
286be33864SEmmanuel Vadot
296be33864SEmmanuel Vadotrequired:
306be33864SEmmanuel Vadot  - compatible
316be33864SEmmanuel Vadot  - reg
326be33864SEmmanuel Vadot
336be33864SEmmanuel VadotadditionalProperties: false
346be33864SEmmanuel Vadot
356be33864SEmmanuel Vadotexamples:
366be33864SEmmanuel Vadot  - |
376be33864SEmmanuel Vadot    sim@410a3000 {
386be33864SEmmanuel Vadot        compatible = "fsl,imx7ulp-sim", "syscon";
396be33864SEmmanuel Vadot        reg = <0x410a3000 0x1000>;
406be33864SEmmanuel Vadot    };
41