xref: /linux/Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
102091cbeSAlain Volmat# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
202091cbeSAlain Volmat%YAML 1.2
302091cbeSAlain Volmat---
402091cbeSAlain Volmat$id: http://devicetree.org/schemas/soc/sti/st,sti-syscon.yaml#
502091cbeSAlain Volmat$schema: http://devicetree.org/meta-schemas/core.yaml#
602091cbeSAlain Volmat
702091cbeSAlain Volmattitle: STMicroelectronics STi platform sysconfig
802091cbeSAlain Volmat
902091cbeSAlain Volmatmaintainers:
1002091cbeSAlain Volmat  - Patrice Chotard <patrice.chotard@foss.st.com>
1102091cbeSAlain Volmat
1202091cbeSAlain Volmatdescription: |
1302091cbeSAlain Volmat  Binding for the various sysconfig nodes used within the STi
1402091cbeSAlain Volmat  platform device-tree to point to some common configuration
1502091cbeSAlain Volmat  registers used by other nodes.
1602091cbeSAlain Volmat
1702091cbeSAlain Volmatproperties:
1802091cbeSAlain Volmat  compatible:
1902091cbeSAlain Volmat    items:
2002091cbeSAlain Volmat      - enum:
2102091cbeSAlain Volmat          - st,stih407-core-syscfg
2202091cbeSAlain Volmat          - st,stih407-flash-syscfg
2302091cbeSAlain Volmat          - st,stih407-front-syscfg
2402091cbeSAlain Volmat          - st,stih407-lpm-syscfg
2502091cbeSAlain Volmat          - st,stih407-rear-syscfg
2602091cbeSAlain Volmat          - st,stih407-sbc-reg-syscfg
2702091cbeSAlain Volmat          - st,stih407-sbc-syscfg
2802091cbeSAlain Volmat      - const: syscon
2902091cbeSAlain Volmat
3002091cbeSAlain Volmat  reg:
3102091cbeSAlain Volmat    maxItems: 1
3202091cbeSAlain Volmat
33*68c402feSKrzysztof Kozlowski  sti-sasg-codec:
34*68c402feSKrzysztof Kozlowski    description: STi internal audio codec
35*68c402feSKrzysztof Kozlowski    type: object
36*68c402feSKrzysztof Kozlowski    additionalProperties: true
37*68c402feSKrzysztof Kozlowski
38*68c402feSKrzysztof Kozlowski    properties:
39*68c402feSKrzysztof Kozlowski      compatible:
40*68c402feSKrzysztof Kozlowski        const: st,stih407-sas-codec
41*68c402feSKrzysztof Kozlowski
4202091cbeSAlain Volmatrequired:
4302091cbeSAlain Volmat  - compatible
4402091cbeSAlain Volmat  - reg
4502091cbeSAlain Volmat
4602091cbeSAlain VolmatadditionalProperties: false
4702091cbeSAlain Volmat
4802091cbeSAlain Volmatexamples:
4902091cbeSAlain Volmat  - |
5002091cbeSAlain Volmat    syscfg_sbc: syscon@9620000 {
5102091cbeSAlain Volmat        compatible = "st,stih407-sbc-syscfg", "syscon";
5202091cbeSAlain Volmat        reg = <0x9620000 0x1000>;
5302091cbeSAlain Volmat    };
5402091cbeSAlain Volmat
5502091cbeSAlain Volmat...
56