Lines Matching +full:mux +full:- +full:reg +full:- +full:masks
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#
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,j721e-system-controller
30 - const: syscon
31 - const: simple-mfd
33 reg:
36 "#address-cells":
39 "#size-cells":
46 "^mux-controller@[0-9a-f]+$":
49 This is the SERDES lane control mux.
51 "^clock-controller@[0-9a-f]+$":
53 $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml#
57 "phy@[0-9a-f]+$":
59 $ref: /schemas/phy/ti,phy-gmii-sel.yaml#
64 - compatible
65 - reg
66 - "#address-cells"
67 - "#size-cells"
68 - ranges
73 - |
74 scm_conf: scm-conf@100000 {
75 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
76 reg = <0x00100000 0x1c000>;
77 #address-cells = <1>;
78 #size-cells = <1>;
81 serdes_ln_ctrl: mux-controller@4080 {
82 compatible = "mmio-mux";
83 reg = <0x00004080 0x50>;
85 #mux-control-cells = <1>;
86 mux-reg-masks =
95 clock-controller@4140 {
96 compatible = "ti,am654-ehrpwm-tbclk", "syscon";
97 reg = <0x4140 0x18>;
98 #clock-cells = <1>;