dts: nxp: nxp_rt: add usbd1 for rt1050 and works as default usb.
add usbd1 and use it as the default usb device. Signed-off-by: Mark Wang <yichang.wang@nxp.com>
This commit is contained in:
parent
c8be3e81d3
commit
906f3789f2
3 changed files with 20 additions and 9 deletions
|
@ -336,9 +336,9 @@
|
|||
label = "TRNG";
|
||||
};
|
||||
|
||||
usbd2: usbd@402e0200 {
|
||||
usbd1: usbd@402e0000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x402E0200 0x1000>;
|
||||
reg = <0x402E0000 0x200>;
|
||||
interrupts = <113 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
num-bidir-endpoints = <8>;
|
||||
|
@ -346,6 +346,17 @@
|
|||
status = "disabled";
|
||||
label = "USBD_1";
|
||||
};
|
||||
|
||||
usbd2: usbd@402e0200 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x402E0200 0x200>;
|
||||
interrupts = <112 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
num-bidir-endpoints = <8>;
|
||||
maximum-speed = "full-speed";
|
||||
status = "disabled";
|
||||
label = "USBD_2";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue