Add new MVEBU usb controller nodes to Guruplug dts overlay to show how it should be included upstream. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx> --- Cc: barebox@xxxxxxxxxxxxxxxxxxx Cc: Jason Cooper <jason@xxxxxxxxxxxxxx> Cc: Andrew Lunn <andrew@xxxxxxx> Cc: Gregory Clement <gregory.clement@xxxxxxxxxxxxxxxxxx> Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> --- 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 barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox