Path: blob/master/Documentation/devicetree/bindings/clock/amlogic,meson8-ddr-clkc.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/clock/amlogic,meson8-ddr-clkc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Amlogic DDR Clock Controller78maintainers:9- Martin Blumenstingl <martin.blumenstingl@googlemail.com>1011properties:12compatible:13enum:14- amlogic,meson8-ddr-clkc15- amlogic,meson8b-ddr-clkc1617reg:18maxItems: 11920clocks:21maxItems: 12223clock-names:24items:25- const: xtal2627"#clock-cells":28const: 12930required:31- compatible32- reg33- clocks34- clock-names35- "#clock-cells"3637additionalProperties: false3839examples:40- |41ddr_clkc: clock-controller@400 {42compatible = "amlogic,meson8-ddr-clkc";43reg = <0x400 0x20>;44clocks = <&xtal>;45clock-names = "xtal";46#clock-cells = <1>;47};4849...505152