brintos

brintos / linux-shallow public Read only

0
0
Text · 322 B · 0d439df Raw
15 lines · plain
1* NXP LPC32xx SoC High Speed UART2 3Required properties:4- compatible: Should be "nxp,lpc3220-hsuart"5- reg: Should contain registers location and length6- interrupts: Should contain interrupt7 8Example:9 10	uart1: serial@40014000 {11		compatible = "nxp,lpc3220-hsuart";12		reg = <0x40014000 0x1000>;13		interrupts = <26 0>;14	};15