dts: nxp: nxp_rt: Fix unit-address for usb node
The first reg of the node is 0x402E0200 so the unit address should match that. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
79a25a6fff
commit
18ab73d02c
3 changed files with 8 additions and 8 deletions
|
@ -336,7 +336,7 @@
|
|||
label = "TRNG";
|
||||
};
|
||||
|
||||
usbd1: usbd@402E0000 {
|
||||
usbd2: usbd@402e0200 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x402E0200 0x1000>;
|
||||
interrupts = <113 1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue