18c2ecf20Sopenharmony_ci* Freescale LINFlexD UART 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciThe LINFlexD controller implements several LIN protocol versions, as well as 48c2ecf20Sopenharmony_cisupport for full-duplex UART communication through 8-bit and 9-bit frames. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciSee chapter 47 ("LINFlexD") in the reference manual[1]. 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciRequired properties: 98c2ecf20Sopenharmony_ci- compatible : 108c2ecf20Sopenharmony_ci - "fsl,s32v234-linflexuart" for LINFlexD configured in UART mode, which 118c2ecf20Sopenharmony_ci is compatible with the one integrated on S32V234 SoC 128c2ecf20Sopenharmony_ci- reg : Address and length of the register set for the device 138c2ecf20Sopenharmony_ci- interrupts : Should contain uart interrupt 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciExample: 168c2ecf20Sopenharmony_ciuart0: serial@40053000 { 178c2ecf20Sopenharmony_ci compatible = "fsl,s32v234-linflexuart"; 188c2ecf20Sopenharmony_ci reg = <0x0 0x40053000 0x0 0x1000>; 198c2ecf20Sopenharmony_ci interrupts = <0 59 4>; 208c2ecf20Sopenharmony_ci}; 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci[1] https://www.nxp.com/webapp/Download?colCode=S32V234RM 23