serial: xilinx_uartps: Get clock rate info from dts
[deliverable/linux.git] / Documentation / devicetree / bindings / tty / serial / efm32-uart.txt
CommitLineData
3afbd89c
UKK
1* Energymicro efm32 UART
2
3Required properties:
4- compatible : Should be "efm32,uart"
5- reg : Address and length of the register set
6- interrupts : Should contain uart interrupt
7
8Example:
9
10uart@0x4000c400 {
11 compatible = "efm32,uart";
12 reg = <0x4000c400 0x400>;
13 interrupts = <15>;
14};
This page took 0.120005 seconds and 5 git commands to generate.