提交 b9770251 编写于 作者: N Nathan Rossi 提交者: Michal Simek

ARM: dts: zynq: Enable USB and USB PHY for ZYBO

Setup the USB controller and configure it to operate in host mode.
Additionally add the USB phy node for the ZYBO, including reset gpio
which is connected to a external MIO pin.
Signed-off-by: NNathan Rossi <nathan@nathanrossi.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 92e963f5
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
usb_phy0: phy0 {
#phy-cells = <0>;
compatible = "usb-nop-xceiv";
reset-gpios = <&gpio0 46 1>;
};
}; };
&clkc { &clkc {
...@@ -56,3 +61,9 @@ ...@@ -56,3 +61,9 @@
&uart1 { &uart1 {
status = "okay"; status = "okay";
}; };
&usb0 {
status = "okay";
dr_mode = "host";
usb-phy = <&usb_phy0>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册