1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/clock/amlog 4 $id: http://devicetree.org/schemas/clock/amlogic,gxbb-clkc.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Amlogic Clock Controller 7 title: Amlogic Clock Controller 8 8 9 maintainers: 9 maintainers: 10 - Neil Armstrong <neil.armstrong@linaro.org> 10 - Neil Armstrong <neil.armstrong@linaro.org> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 enum: 14 enum: 15 - amlogic,gxbb-clkc 15 - amlogic,gxbb-clkc 16 - amlogic,gxl-clkc 16 - amlogic,gxl-clkc 17 - amlogic,axg-clkc 17 - amlogic,axg-clkc 18 - amlogic,g12a-clkc 18 - amlogic,g12a-clkc 19 - amlogic,g12b-clkc 19 - amlogic,g12b-clkc 20 - amlogic,sm1-clkc 20 - amlogic,sm1-clkc 21 21 22 clocks: 22 clocks: 23 maxItems: 1 23 maxItems: 1 24 24 25 clock-names: 25 clock-names: 26 const: xtal 26 const: xtal 27 27 28 '#clock-cells': 28 '#clock-cells': 29 const: 1 29 const: 1 30 30 31 required: 31 required: 32 - compatible 32 - compatible 33 - clocks 33 - clocks 34 - clock-names 34 - clock-names 35 - '#clock-cells' 35 - '#clock-cells' 36 36 37 additionalProperties: false 37 additionalProperties: false
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.