1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/clock/amlogic,gxbb-clkc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: Amlogic Clock Controller 8 9 maintainers: 10 - Neil Armstrong <neil.armstrong@linaro.org> 11 12 properties: 13 compatible: 14 enum: 15 - amlogic,gxbb-clkc 16 - amlogic,gxl-clkc 17 - amlogic,axg-clkc 18 - amlogic,g12a-clkc 19 - amlogic,g12b-clkc 20 - amlogic,sm1-clkc 21 22 clocks: 23 maxItems: 1 24 25 clock-names: 26 const: xtal 27 28 '#clock-cells': 29 const: 1 30 31 required: 32 - compatible 33 - clocks 34 - clock-names 35 - '#clock-cells' 36 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.