Commit a6f65b11 authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "fdts: corstone700: add NXP isp1763 node to device tree" into integration

parents 1aabb74f 23875c3f
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
reg-io-width = <2>; reg-io-width = <2>;
smsc,irq-push-pull; smsc,irq-push-pull;
}; };
usb: usb@4020000 {
compatible = "nxp,usb-isp1763";
reg = <0x40200000 0x100000>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
};
}; };
&refclk { &refclk {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment