Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-gmac-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun7i-a20-gmac-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A20 GMAC TX Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112properties:13"#clock-cells":14const: 01516compatible:17const: allwinner,sun7i-a20-gmac-clk1819reg:20maxItems: 12122clocks:23maxItems: 224description: >25The parent clocks shall be fixed rate dummy clocks at 25 MHz and26125 MHz, respectively.2728clock-output-names:29maxItems: 13031required:32- "#clock-cells"33- compatible34- reg35- clocks36- clock-output-names3738additionalProperties: false3940examples:41- |42clk@1c20164 {43#clock-cells = <0>;44compatible = "allwinner,sun7i-a20-gmac-clk";45reg = <0x01c20164 0x4>;46clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;47clock-output-names = "gmac_tx";48};4950...515253