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/moxa,moxart-clock.yaml# 5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*833e5d42SEmmanuel Vadot 7*833e5d42SEmmanuel Vadottitle: MOXA ART Clock Controllers 8*833e5d42SEmmanuel Vadot 9*833e5d42SEmmanuel Vadotmaintainers: 10*833e5d42SEmmanuel Vadot - Krzysztof Kozlowski <krzk@kernel.org> 11*833e5d42SEmmanuel Vadot 12*833e5d42SEmmanuel Vadotdescription: 13*833e5d42SEmmanuel Vadot MOXA ART SoCs allow to determine PLL output and APB frequencies by reading 14*833e5d42SEmmanuel Vadot registers holding multiplier and divisor information. 15*833e5d42SEmmanuel Vadot 16*833e5d42SEmmanuel Vadotproperties: 17*833e5d42SEmmanuel Vadot compatible: 18*833e5d42SEmmanuel Vadot enum: 19*833e5d42SEmmanuel Vadot - moxa,moxart-apb-clock 20*833e5d42SEmmanuel Vadot - moxa,moxart-pll-clock 21*833e5d42SEmmanuel Vadot 22*833e5d42SEmmanuel Vadot "#clock-cells": 23*833e5d42SEmmanuel Vadot const: 0 24*833e5d42SEmmanuel Vadot 25*833e5d42SEmmanuel Vadot reg: 26*833e5d42SEmmanuel Vadot maxItems: 1 27*833e5d42SEmmanuel Vadot 28*833e5d42SEmmanuel Vadot clocks: 29*833e5d42SEmmanuel Vadot maxItems: 1 30*833e5d42SEmmanuel Vadot 31*833e5d42SEmmanuel Vadot clock-output-names: true 32*833e5d42SEmmanuel Vadot 33*833e5d42SEmmanuel VadotadditionalProperties: false 34*833e5d42SEmmanuel Vadot 35*833e5d42SEmmanuel Vadotrequired: 36*833e5d42SEmmanuel Vadot - compatible 37*833e5d42SEmmanuel Vadot - "#clock-cells" 38*833e5d42SEmmanuel Vadot - reg 39