Angelo Dureghello | c6164c9 | 2019-03-13 21:46:41 +0100 | [diff] [blame] | 1 | Freescale ColdFire UART |
2 | |||||
3 | Required properties: | ||||
4 | - compatible : should be "fsl,mcf-uart" | ||||
5 | - reg: start address and size of the registers | ||||
6 | |||||
7 | Example: | ||||
8 | |||||
9 | soc { | ||||
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 | }; |