blob: d73f764c019833999bb3f1b2bf08f1c5ab2df4bb [file] [log] [blame]
Angelo Dureghelloc6164c92019-03-13 21:46:41 +01001Freescale 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};