Lines Matching +full:syscon +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#
14 - Rafał Miłecki <[email protected]>
18 const: brcm,ns-usb2-phy
24 brcm,syscon-clkset:
25 description: phandle to syscon for clkset register
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>
53 compatible = "brcm,ns-usb2-phy";
55 brcm,syscon-clkset = <&clkset>;
57 clock-names = "phy-ref-clk";
58 #phy-cells = <0>;