dts: arm: nxp: rename can node to canxl node

To prepare for supporting flexcan, can node should be
renamed to canxl to support both flexcan and canxl

Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
This commit is contained in:
Tu Nguyen Van 2024-08-15 16:56:37 +07:00 committed by Henrik Brix Andersen
commit ac056bbab9
5 changed files with 14 additions and 11 deletions

View file

@ -31,13 +31,12 @@
status = "okay";
};
&can0 {
pinctrl-0 = <&can0_default>;
&canxl0 {
pinctrl-0 = <&canxl0_default>;
pinctrl-names = "default";
status = "okay";
};
&can1 {
pinctrl-0 = <&can1_default>;
&canxl1 {
pinctrl-0 = <&canxl1_default>;
pinctrl-names = "default";
};

View file

@ -64,7 +64,7 @@
};
};
can0_default: can0_default {
canxl0_default: canxl0_default {
group1 {
pinmux = <PN2_CANXL_0_RX>;
input-enable;
@ -75,7 +75,7 @@
};
};
can1_default: can1_default {
canxl1_default: canxl1_default {
group1 {
pinmux = <PM11_CANXL_1_RX>;
input-enable;

View file

@ -14,7 +14,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,canbus = &can0;
zephyr,canbus = &canxl0;
};
aliases {
@ -31,3 +31,7 @@
mboxes = <&mru0 0>;
mbox-names = "rx";
};
&canxl0 {
status = "okay";
};

View file

@ -16,7 +16,7 @@
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,canbus = &can0;
zephyr,canbus = &canxl0;
};
aliases {