1Freescale ColdFire UART 2 3Required properties: 4- compatible : should be "fsl,mcf-uart" 5- reg: start address and size of the registers 6 7Example: 8 9soc { 10 compatible = "simple-bus"; 11 #address-cells = <1>; 12 #size-cells = <1>; 13 14 uart0: uart@fc060000 { 15 compatible = "fsl,mcf-uart"; 16 reg = <0xfc060000 0x40>; 17 status = "disabled"; 18 }; 19}; 20