Lines Matching +full:system +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: http://devicetree.org/schemas/mfd/ti,j721e-system-controller.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI J721e System Controller Registers R/W
12 System controller node represents a register region containing a set
14 represent as any specific type of device. The typical use-case is
15 for some other node's driver, or platform-specific code, to acquire
22 - Kishon Vijay Abraham I <kishon@ti.com>
23 - Roger Quadros <rogerq@kernel.org>
28 - enum:
29 - ti,j7200-system-controller
30 - ti,j721e-system-controller
31 - ti,j721s2-system-controller
32 - const: syscon
33 - const: simple-mfd
38 "#address-cells":
41 "#size-cells":
48 "^mux-controller@[0-9a-f]+$":
53 "^clock-controller@[0-9a-f]+$":
55 $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml#
59 "phy@[0-9a-f]+$":
61 $ref: /schemas/phy/ti,phy-gmii-sel.yaml#
65 "^chipid@[0-9a-f]+$":
67 $ref: /schemas/hwinfo/ti,k3-socinfo.yaml#
72 - compatible
73 - reg
74 - "#address-cells"
75 - "#size-cells"
76 - ranges
81 - |
82 scm_conf: scm-conf@100000 {
83 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
85 #address-cells = <1>;
86 #size-cells = <1>;
89 serdes_ln_ctrl: mux-controller@4080 {
90 compatible = "mmio-mux";
93 #mux-control-cells = <1>;
94 mux-reg-masks =
103 clock-controller@4140 {
104 compatible = "ti,am654-ehrpwm-tbclk";
106 #clock-cells = <1>;
110 compatible = "ti,am654-chipid";