ingenic,cgu.yaml (05909cd9a0c8811731b38697af13075e8954314f) ingenic,cgu.yaml (4f6ecfaf3e22a70d905a627a0e84e9edb2b32835)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/clock/ingenic,cgu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Ingenic SoCs CGU devicetree bindings
8

--- 78 unchanged lines hidden (view full) ---

87 - "#clock-cells"
88 - compatible
89 - reg
90 - clocks
91 - clock-names
92
93patternProperties:
94 "^usb-phy@[a-f0-9]+$":
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/clock/ingenic,cgu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Ingenic SoCs CGU devicetree bindings
8

--- 78 unchanged lines hidden (view full) ---

87 - "#clock-cells"
88 - compatible
89 - reg
90 - clocks
91 - clock-names
92
93patternProperties:
94 "^usb-phy@[a-f0-9]+$":
95 allOf: [ $ref: "../usb/ingenic,jz4770-phy.yaml#" ]
95 allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ]
96
97additionalProperties: false
98
99examples:
100 - |
101 #include <dt-bindings/clock/jz4770-cgu.h>
102 cgu: clock-controller@10000000 {
103 compatible = "ingenic,jz4770-cgu", "simple-mfd";

--- 21 unchanged lines hidden ---
96
97additionalProperties: false
98
99examples:
100 - |
101 #include <dt-bindings/clock/jz4770-cgu.h>
102 cgu: clock-controller@10000000 {
103 compatible = "ingenic,jz4770-cgu", "simple-mfd";

--- 21 unchanged lines hidden ---