Skip to content
Snippets Groups Projects
Commit b5961d6b authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[D18] add uart4 support

parent c20ef657
1 merge request!100[i.MX8MP][D18] Add support for D18 board
......@@ -499,6 +499,15 @@
status = "okay";
};
&uart4 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart4>;
assigned-clocks = <&clk IMX8MP_CLK_UART4>;
assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>;
fsl,uart-has-rtscts;
status = "okay";
};
&usb3_phy0 {
status = "okay";
};
......@@ -796,6 +805,13 @@
>;
};
pinctrl_uart4: uart4grp {
fsl,pins = <
MX8MP_IOMUXC_UART4_RXD__UART4_DCE_RX 0x49
MX8MP_IOMUXC_UART4_TXD__UART4_DCE_TX 0x49
>;
};
pinctrl_usb1_vbus: usb1grp {
fsl,pins = <
MX8MP_IOMUXC_GPIO1_IO14__USB2_PWR 0x19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment