MAINTAINERS: Add myself as reviewer for the PWM subsystem
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / phy / meson-g12a-usb2-phy.txt
1 * Amlogic G12A USB2 PHY binding
2
3 Required properties:
4 - compatible:   Should be "amlogic,meson-g12a-usb2-phy"
5 - reg:          The base address and length of the registers
6 - #phys-cells:  must be 0 (see phy-bindings.txt in this directory)
7 - clocks:       a phandle to the clock of this PHY
8 - clock-names:  must be "xtal"
9 - resets:       a phandle to the reset line of this PHY
10 - reset-names:  must be "phy"
11 - phy-supply:   see phy-bindings.txt in this directory
12
13 Example:
14         usb2_phy0: phy@36000 {
15                 compatible = "amlogic,g12a-usb2-phy";
16                 reg = <0x0 0x36000 0x0 0x2000>;
17                 clocks = <&xtal>;
18                 clock-names = "xtal";
19                 resets = <&reset RESET_USB_PHY21>;
20                 reset-names = "phy";
21                 #phy-cells = <0>;
22         };