18c2ecf20Sopenharmony_ci* NXP LPC32xx SoC High Speed UART
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should be "nxp,lpc3220-hsuart"
58c2ecf20Sopenharmony_ci- reg: Should contain registers location and length
68c2ecf20Sopenharmony_ci- interrupts: Should contain interrupt
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	uart1: serial@40014000 {
118c2ecf20Sopenharmony_ci		compatible = "nxp,lpc3220-hsuart";
128c2ecf20Sopenharmony_ci		reg = <0x40014000 0x1000>;
138c2ecf20Sopenharmony_ci		interrupts = <26 0>;
148c2ecf20Sopenharmony_ci	};
15