提交 361818cd 编写于 作者: R Robert Jarzmik

ARM: dts: pxa: add pxa27x-udc to pxa27x

Each pxa27x has an embedded usb udc controller. Add it in the pxa27x
device-tree description.
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 d96672e6
...@@ -53,6 +53,13 @@ ...@@ -53,6 +53,13 @@
status = "disabled"; status = "disabled";
}; };
pxa27x_udc: udc@40600000 {
compatible = "marvell,pxa270-udc";
reg = <0x40600000 0x10000>;
interrupts = <11>;
clocks = <&clks CLK_USB>;
status = "disabled";
};
}; };
clocks { clocks {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册