armv8: ls1043: Add USB node in dts for ls1043

Add the USB node for LS1043 in dts.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
master
Sriram Dash 8 years ago committed by York Sun
parent e8d3be1e30
commit e1e3fc143d
  1. 21
      arch/arm/dts/fsl-ls1043a.dtsi

@ -215,5 +215,26 @@
big-endian;
status = "disabled";
};
usb0: usb3@2f00000 {
compatible = "fsl,layerscape-dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>;
dr_mode = "host";
};
usb1: usb3@3000000 {
compatible = "fsl,layerscape-dwc3";
reg = <0x0 0x3000000 0x0 0x10000>;
interrupts = <0 61 0x4>;
dr_mode = "host";
};
usb2: usb3@3100000 {
compatible = "fsl,layerscape-dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 63 0x4>;
dr_mode = "host";
};
};
};

Loading…
Cancel
Save