1*833e5d42SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*833e5d42SEmmanuel Vadot%YAML 1.2 3*833e5d42SEmmanuel Vadot--- 4*833e5d42SEmmanuel Vadot$id: http://devicetree.org/schemas/clock/qcom,krait-cc.yaml# 5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*833e5d42SEmmanuel Vadot 7*833e5d42SEmmanuel Vadottitle: Krait Clock Controller 8*833e5d42SEmmanuel Vadot 9*833e5d42SEmmanuel Vadotmaintainers: 10*833e5d42SEmmanuel Vadot - Stephen Boyd <sboyd@kernel.org> 11*833e5d42SEmmanuel Vadot 12*833e5d42SEmmanuel Vadotproperties: 13*833e5d42SEmmanuel Vadot compatible: 14*833e5d42SEmmanuel Vadot enum: 15*833e5d42SEmmanuel Vadot - qcom,krait-cc-v1 16*833e5d42SEmmanuel Vadot - qcom,krait-cc-v2 17*833e5d42SEmmanuel Vadot 18*833e5d42SEmmanuel Vadot '#clock-cells': 19*833e5d42SEmmanuel Vadot const: 1 20*833e5d42SEmmanuel Vadot 21*833e5d42SEmmanuel Vadot clocks: 22*833e5d42SEmmanuel Vadot items: 23*833e5d42SEmmanuel Vadot - description: Parent clock phandle for hfpll0 24*833e5d42SEmmanuel Vadot - description: Parent clock phandle for hfpll1 25*833e5d42SEmmanuel Vadot - description: Parent clock phandle for acpu0_aux 26*833e5d42SEmmanuel Vadot - description: Parent clock phandle for acpu1_aux 27*833e5d42SEmmanuel Vadot - description: Parent clock phandle for qsb 28*833e5d42SEmmanuel Vadot 29*833e5d42SEmmanuel Vadot clock-names: 30*833e5d42SEmmanuel Vadot items: 31*833e5d42SEmmanuel Vadot - const: hfpll0 32*833e5d42SEmmanuel Vadot - const: hfpll1 33*833e5d42SEmmanuel Vadot - const: acpu0_aux 34*833e5d42SEmmanuel Vadot - const: acpu1_aux 35*833e5d42SEmmanuel Vadot - const: qsb 36*833e5d42SEmmanuel Vadot 37*833e5d42SEmmanuel Vadotrequired: 38*833e5d42SEmmanuel Vadot - compatible 39*833e5d42SEmmanuel Vadot - '#clock-cells' 40*833e5d42SEmmanuel Vadot - clocks 41*833e5d42SEmmanuel Vadot - clock-names 42*833e5d42SEmmanuel Vadot 43*833e5d42SEmmanuel VadotadditionalProperties: false 44