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:
parent
78214543d5
commit
ac056bbab9
5 changed files with 14 additions and 11 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
zephyr,sram = &sram1;
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,canbus = &can0;
|
||||
zephyr,canbus = &canxl0;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue