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:
Kumar Gala 2019-05-22 11:35:07 -05:00 committed by Maureen Helm
commit 18ab73d02c
3 changed files with 8 additions and 8 deletions

View file

@ -336,7 +336,7 @@
label = "TRNG";
};
usbd1: usbd@402E0000 {
usbd2: usbd@402e0200 {
compatible = "nxp,kinetis-usbd";
reg = <0x402E0200 0x1000>;
interrupts = <113 1>;