Skip to content

Commit a37686e

Browse files
hakehuangkartben
authored andcommitted
boards: frdm_mcxa: add pinmux to boards for lpuart test
move the pinmux setting to boards Signed-off-by: Hake Huang <[email protected]>
1 parent 513e45f commit a37686e

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

boards/nxp/frdm_mcxa153/frdm_mcxa153.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,10 @@
122122
pinctrl-0 = <&pinmux_lpuart0>;
123123
pinctrl-names = "default";
124124
};
125+
126+
&lpuart2 {
127+
status = "okay";
128+
current-speed = <115200>;
129+
pinctrl-0 = <&pinmux_lpuart2>;
130+
pinctrl-names = "default";
131+
};

boards/nxp/frdm_mcxa166/frdm_mcxa166.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,9 @@
145145
&wwdt0 {
146146
status = "okay";
147147
};
148+
149+
&lpuart3 {
150+
current-speed = <115200>;
151+
pinctrl-0 = <&pinmux_lpuart3>;
152+
pinctrl-names = "default";
153+
};

boards/nxp/frdm_mcxa276/frdm_mcxa276.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,9 @@
145145
&wwdt0 {
146146
status = "okay";
147147
};
148+
149+
&lpuart3 {
150+
current-speed = <115200>;
151+
pinctrl-0 = <&pinmux_lpuart3>;
152+
pinctrl-names = "default";
153+
};

0 commit comments

Comments
 (0)