Commit ac402578 authored by Mahesh Mahadevan's avatar Mahesh Mahadevan Committed by Christopher Friedt
Browse files

dts: lpc55s69: Add USB support



Add USB and USB RAM information

Signed-off-by: default avatarMahesh Mahadevan <mahesh.mahadevan@nxp.com>
parent 95ee8f0f
Loading
Loading
Loading
Loading
+16 −7
Original line number Diff line number Diff line
@@ -58,22 +58,22 @@

	sram1: memory@20010000 {
		compatible = "mmio-sram";
		reg = <0x20010000 DT_SIZE_K(64)>;
		reg = <0x20010000 DT_SIZE_K(32)>;
	};

	sram2: memory@20020000 {
	sram2: memory@20018000 {
		compatible = "mmio-sram";
		reg = <0x20020000 DT_SIZE_K(64)>;
		reg = <0x20018000 DT_SIZE_K(32)>;
	};

	sram3: memory@20030000 {
	sram3: memory@20020000 {
		compatible = "mmio-sram";
		reg = <0x20030000 DT_SIZE_K(64)>;
		reg = <0x20020000 DT_SIZE_K(32)>;
	};

	sram4: memory@20040000 {
	sram4: memory@40100000 {
		compatible = "mmio-sram";
		reg = <0x20040000 DT_SIZE_K(16)>;
		reg = <0x40100000 DT_SIZE_K(16)>;
	};
};

@@ -301,6 +301,15 @@
		offset-value-b = <10>;
		#io-channel-cells = <1>;
	};

	usbhs: usbhs@144000 {
		compatible = "nxp,mcux-usbd";
		reg = <0x94000 0x1000>;
		interrupts = <47 1>;
		num-bidir-endpoints = <5>;
		status = "disabled";
		label = "USBHS_0";
	};
};

&nvic {