mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
Merge "fdts: corstone700: add NXP isp1763 node to device tree" into integration
This commit is contained in:
commit
a6f65b1152
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@
|
|||
reg-io-width = <2>;
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue