1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (C) 2021 PHYTEC Messtechnik GmbH 3 * Copyright (C) 2021 PHYTEC Messtechnik GmbH 4 * Author: Jens Lang <j.lang@phytec.de> 4 * Author: Jens Lang <j.lang@phytec.de> 5 * 5 * 6 * Tauri-L 2 x RS232: 6 * Tauri-L 2 x RS232: 7 * - GPIO3_20 uart4_rs485_en needs to be driv 7 * - GPIO3_20 uart4_rs485_en needs to be driven low (inactive) 8 */ 8 */ 9 9 10 #include <dt-bindings/clock/imx8mm-clock.h> 10 #include <dt-bindings/clock/imx8mm-clock.h> 11 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include "imx8mm-pinfunc.h" 12 #include "imx8mm-pinfunc.h" 13 13 14 /dts-v1/; 14 /dts-v1/; 15 /plugin/; 15 /plugin/; 16 16 17 &gpio3 { 17 &gpio3 { 18 pinctrl-names = "default"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&pinctrl_gpio3_hog>; 19 pinctrl-0 = <&pinctrl_gpio3_hog>; 20 20 21 uart4-rs485-en-hog { 21 uart4-rs485-en-hog { 22 gpio-hog; 22 gpio-hog; 23 gpios = <20 GPIO_ACTIVE_HIGH>; 23 gpios = <20 GPIO_ACTIVE_HIGH>; 24 output-low; 24 output-low; 25 line-name = "uart4_rs485_en"; 25 line-name = "uart4_rs485_en"; 26 }; 26 }; 27 }; 27 }; 28 28 29 /* UART2 - RS232 */ 29 /* UART2 - RS232 */ 30 &uart2 { 30 &uart2 { 31 pinctrl-names = "default"; 31 pinctrl-names = "default"; 32 pinctrl-0 = <&pinctrl_uart2>; 32 pinctrl-0 = <&pinctrl_uart2>; 33 assigned-clocks = <&clk IMX8MM_CLK_UAR 33 assigned-clocks = <&clk IMX8MM_CLK_UART2>; 34 assigned-clock-parents = <&clk IMX8MM_ 34 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_80M>; 35 status = "okay"; 35 status = "okay"; 36 }; 36 }; 37 37 38 /* UART4 - RS232 */ 38 /* UART4 - RS232 */ 39 &uart4 { 39 &uart4 { 40 pinctrl-names = "default"; 40 pinctrl-names = "default"; 41 pinctrl-0 = <&pinctrl_uart4>; 41 pinctrl-0 = <&pinctrl_uart4>; 42 assigned-clocks = <&clk IMX8MM_CLK_UAR 42 assigned-clocks = <&clk IMX8MM_CLK_UART4>; 43 assigned-clock-parents = <&clk IMX8MM_ 43 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_80M>; 44 status = "okay"; 44 status = "okay"; 45 }; 45 }; 46 46 47 &iomuxc { 47 &iomuxc { 48 pinctrl_gpio3_hog: gpio3hoggrp { 48 pinctrl_gpio3_hog: gpio3hoggrp { 49 fsl,pins = < 49 fsl,pins = < 50 MX8MM_IOMUXC_SAI5_RXC_ 50 MX8MM_IOMUXC_SAI5_RXC_GPIO3_IO20 0x49 51 >; 51 >; 52 }; 52 }; 53 53 54 pinctrl_uart2: uart2grp { 54 pinctrl_uart2: uart2grp { 55 fsl,pins = < 55 fsl,pins = < 56 MX8MM_IOMUXC_UART2_RXD 56 MX8MM_IOMUXC_UART2_RXD_UART2_DCE_RX 0x00 57 MX8MM_IOMUXC_UART2_TXD 57 MX8MM_IOMUXC_UART2_TXD_UART2_DCE_TX 0x00 58 >; 58 >; 59 }; 59 }; 60 60 61 pinctrl_uart4: uart4grp { 61 pinctrl_uart4: uart4grp { 62 fsl,pins = < 62 fsl,pins = < 63 MX8MM_IOMUXC_UART4_RXD 63 MX8MM_IOMUXC_UART4_RXD_UART4_DCE_RX 0x49 64 MX8MM_IOMUXC_UART4_TXD 64 MX8MM_IOMUXC_UART4_TXD_UART4_DCE_TX 0x49 65 >; 65 >; 66 }; 66 }; 67 }; 67 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.