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 <[email protected]>
18 const: brcm,ns-usb2-phy
22 description: PHY control register
24 brcm,syscon-clkset:
26 $ref: /schemas/types.yaml#/definitions/phandle
30 - description: USB PHY reference clock
32 clock-names:
34 - const: phy-ref-clk
36 "#phy-cells":
40 - compatible
41 - reg
42 - clocks
43 - clock-names
44 - "#phy-cells"
45 - brcm,syscon-clkset
50 - |
51 #include <dt-bindings/clock/bcm-nsp.h>
52 phy@1800c164 {
53 compatible = "brcm,ns-usb2-phy";
55 brcm,syscon-clkset = <&clkset>;
57 clock-names = "phy-ref-clk";
58 #phy-cells = <0>;