Lines Matching +full:phy +full:- +full:ref +full:- +full:clk
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/phy/bcm-ns-usb2-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom Northstar USB 2.0 PHY
10 To initialize USB 2.0 PHY driver needs to setup PLL correctly.
11 To do this it requires passing phandle to the USB PHY reference clock.
14 - Rafał Miłecki <rafal@milecki.pl>
18 const: brcm,ns-usb2-phy
22 - description: iomem address range of DMU (Device Management Unit)
24 reg-names:
26 - const: dmu
30 - description: USB PHY reference clock
32 clock-names:
34 - const: phy-ref-clk
36 "#phy-cells":
40 - compatible
41 - reg
42 - reg-names
43 - clocks
44 - clock-names
45 - "#phy-cells"
50 - |
51 #include <dt-bindings/clock/bcm-nsp.h>
52 phy@1800c000 {
53 compatible = "brcm,ns-usb2-phy";
55 reg-names = "dmu";
57 clock-names = "phy-ref-clk";
58 #phy-cells = <0>;