dts: arm: nxp: nxp_rt: rename nodelabels to match SoC docs
Have nodelabels match the SoC docs so when a nodelabel reference is made in the code its easier to relate to the SoC. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ce4e3b5c7c
commit
1688d4b071
15 changed files with 130 additions and 122 deletions
|
@ -18,8 +18,8 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
};
|
||||
|
||||
sdram0: memory@80000000 {
|
||||
|
@ -75,9 +75,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
arduino_serial: &uart2 {};
|
||||
arduino_serial: &lpuart2 {};
|
||||
|
||||
&flexspi0 {
|
||||
&flexspi {
|
||||
reg = <0x402a8000 0x4000>, <0x60000000 0x800000>;
|
||||
is25wp064: is25wp064@0 {
|
||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||
|
@ -90,26 +90,26 @@ arduino_serial: &uart2 {};
|
|||
};
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
&lpi2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
&lpi2c4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
&lpuart1 {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
ð {
|
||||
&enet {
|
||||
status = "okay";
|
||||
ptp {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&usbd1 {
|
||||
&usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue