1*5f62a964SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*5f62a964SEmmanuel Vadot%YAML 1.2 3*5f62a964SEmmanuel Vadot--- 4*5f62a964SEmmanuel Vadot$id: http://devicetree.org/schemas/clock/amlogic,meson8-clkc.yaml# 5*5f62a964SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*5f62a964SEmmanuel Vadot 7*5f62a964SEmmanuel Vadottitle: Amlogic Meson8, Meson8b and Meson8m2 Clock and Reset Controller 8*5f62a964SEmmanuel Vadot 9*5f62a964SEmmanuel Vadotmaintainers: 10*5f62a964SEmmanuel Vadot - Neil Armstrong <neil.armstrong@linaro.org> 11*5f62a964SEmmanuel Vadot 12*5f62a964SEmmanuel Vadotproperties: 13*5f62a964SEmmanuel Vadot compatible: 14*5f62a964SEmmanuel Vadot oneOf: 15*5f62a964SEmmanuel Vadot - enum: 16*5f62a964SEmmanuel Vadot - amlogic,meson8-clkc 17*5f62a964SEmmanuel Vadot - amlogic,meson8b-clkc 18*5f62a964SEmmanuel Vadot - items: 19*5f62a964SEmmanuel Vadot - const: amlogic,meson8m2-clkc 20*5f62a964SEmmanuel Vadot - const: amlogic,meson8-clkc 21*5f62a964SEmmanuel Vadot 22*5f62a964SEmmanuel Vadot clocks: 23*5f62a964SEmmanuel Vadot minItems: 2 24*5f62a964SEmmanuel Vadot maxItems: 3 25*5f62a964SEmmanuel Vadot 26*5f62a964SEmmanuel Vadot clock-names: 27*5f62a964SEmmanuel Vadot minItems: 2 28*5f62a964SEmmanuel Vadot items: 29*5f62a964SEmmanuel Vadot - const: xtal 30*5f62a964SEmmanuel Vadot - const: ddr_pll 31*5f62a964SEmmanuel Vadot - const: clk_32k 32*5f62a964SEmmanuel Vadot 33*5f62a964SEmmanuel Vadot '#clock-cells': 34*5f62a964SEmmanuel Vadot const: 1 35*5f62a964SEmmanuel Vadot 36*5f62a964SEmmanuel Vadot '#reset-cells': 37*5f62a964SEmmanuel Vadot const: 1 38*5f62a964SEmmanuel Vadot 39*5f62a964SEmmanuel Vadotrequired: 40*5f62a964SEmmanuel Vadot - compatible 41*5f62a964SEmmanuel Vadot - clocks 42*5f62a964SEmmanuel Vadot - clock-names 43*5f62a964SEmmanuel Vadot - '#reset-cells' 44*5f62a964SEmmanuel Vadot 45*5f62a964SEmmanuel VadotadditionalProperties: false 46