Back to home page

OSCL-LXR

 
 

    


0001 * NXP LPC32xx SoC High Speed UART
0002 
0003 Required properties:
0004 - compatible: Should be "nxp,lpc3220-hsuart"
0005 - reg: Should contain registers location and length
0006 - interrupts: Should contain interrupt
0007 
0008 Example:
0009 
0010         uart1: serial@40014000 {
0011                 compatible = "nxp,lpc3220-hsuart";
0012                 reg = <0x40014000 0x1000>;
0013                 interrupts = <26 0>;
0014         };