| # SPDX-License-Identifier: GPL-2.0+ |
| $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-usb-clks.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A80 USB Clock Controller |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| const: allwinner,sun9i-a80-usb-clks |
| - description: High Frequency Oscillator |
| additionalProperties: false |
| #include <dt-bindings/clock/sun9i-a80-ccu.h> |
| usb_clocks: clock@a08000 { |
| compatible = "allwinner,sun9i-a80-usb-clks"; |
| clocks = <&ccu CLK_BUS_USB>, <&osc24M>; |
| clock-names = "bus", "hosc"; |