1 * NXP LPC32xx SoC High Speed UART 1 * NXP LPC32xx SoC High Speed UART 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "nxp,lpc3220-hsuart" 4 - compatible: Should be "nxp,lpc3220-hsuart" 5 - reg: Should contain registers location and l 5 - reg: Should contain registers location and length 6 - interrupts: Should contain interrupt 6 - interrupts: Should contain interrupt 7 7 8 Example: 8 Example: 9 9 10 uart1: serial@40014000 { 10 uart1: serial@40014000 { 11 compatible = "nxp,lpc3220-hsua 11 compatible = "nxp,lpc3220-hsuart"; 12 reg = <0x40014000 0x1000>; 12 reg = <0x40014000 0x1000>; 13 interrupts = <26 0>; 13 interrupts = <26 0>; 14 }; 14 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.