Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-phy-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-usb-phy-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A80 USB PHY Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 117description: >18The additional ID argument passed to the clock shall refer to19the index of the output.2021"#reset-cells":22const: 12324compatible:25const: allwinner,sun9i-a80-usb-phy-clk2627reg:28maxItems: 12930clocks:31maxItems: 13233clock-output-names:34maxItems: 63536required:37- "#clock-cells"38- "#reset-cells"39- compatible40- reg41- clocks42- clock-output-names4344additionalProperties: false4546examples:47- |48clk@a08004 {49#clock-cells = <1>;50#reset-cells = <1>;51compatible = "allwinner,sun9i-a80-usb-phy-clk";52reg = <0x00a08004 0x4>;53clocks = <&ahb1_gates 1>;54clock-output-names = "usb_phy0", "usb_hsic1_480M",55"usb_phy1", "usb_hsic2_480M",56"usb_phy2", "usb_hsic_12M";57};5859...606162