Add new MVEBU usb controller nodes to Guruplug dts overlay to show how it should be included upstream.
Signed-off-by: Sebastian Hesselbarth <[email protected]> --- Cc: [email protected] Cc: Jason Cooper <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Gregory Clement <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Ezequiel Garcia <[email protected]> --- arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts b/arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts index aba7c06160d0..eaf9869e9483 100644 --- a/arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts +++ b/arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts @@ -11,4 +11,24 @@ barebox,default-trigger = "heartbeat"; }; }; + + ocp@f1000000 { + musb0: usb@50000 { + compatible = "marvell,mvebu-usb"; + reg = <0x50000 0x400>; + interrupts = <19>; + clocks = <&gate_clk 3>; + usb-phy = <&usb_phy0>; + dr_mode = "host"; + status = "okay"; + }; + + usb_phy0: phy@50400 { + compatible = "marvell,mvebu-usb-phy-65nm"; + reg = <0x50400 0x100>; + clocks = <&gate_clk 3>; + #phy-cells = <0>; + status = "okay"; + }; + }; }; -- 2.0.0 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
