aboutsummaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/serial/mcf-uart.txt
blob: d73f764c019833999bb3f1b2bf08f1c5ab2df4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Freescale ColdFire UART

Required properties:
- compatible : should be "fsl,mcf-uart"
- reg: start address and size of the registers

Example:

soc {
	compatible = "simple-bus";
	#address-cells = <1>;
	#size-cells = <1>;

	uart0: uart@fc060000 {
		compatible = "fsl,mcf-uart";
		reg = <0xfc060000 0x40>;
		status = "disabled";
	};
};