1 # SPDX-License-Identifier: GPL-2.0+
4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-usb-clocks.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A80 USB Clock Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
21 const: allwinner,sun9i-a80-usb-clocks
28 - description: Bus Clock
29 - description: High Frequency Oscillator
44 additionalProperties: false
48 #include <dt-bindings/clock/sun9i-a80-ccu.h>
50 usb_clocks: clock@a08000 {
51 compatible = "allwinner,sun9i-a80-usb-clks";
52 reg = <0x00a08000 0x8>;
53 clocks = <&ccu CLK_BUS_USB>, <&osc24M>;
54 clock-names = "bus", "hosc";