Back to home page

OSCL-LXR

 
 

    


0001 ARM MPS2 UART
0002 
0003 Required properties:
0004 - compatible    : Should be "arm,mps2-uart"
0005 - reg           : Address and length of the register set
0006 - interrupts    : Reference to the UART RX, TX and overrun interrupts
0007 
0008 Required clocking property:
0009 - clocks          : The input clock of the UART
0010 
0011 
0012 Examples:
0013 
0014 uart0: serial@40004000 {
0015         compatible = "arm,mps2-uart";
0016         reg = <0x40004000 0x1000>;
0017         interrupts = <0 1 12>;
0018         clocks = <&sysclk>;
0019 };