2012-01-25 16:05:04 +08:00
|
|
|
* Energymicro efm32 UART
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : Should be "efm32,uart"
|
|
|
|
- reg : Address and length of the register set
|
|
|
|
- interrupts : Should contain uart interrupt
|
|
|
|
|
2013-01-21 21:22:56 +08:00
|
|
|
Optional properties:
|
2014-03-15 04:42:11 +08:00
|
|
|
- efm32,location : Decides the location of the USART I/O pins.
|
2013-01-21 21:22:56 +08:00
|
|
|
Allowed range : [0 .. 5]
|
|
|
|
Default: 0
|
|
|
|
|
2012-01-25 16:05:04 +08:00
|
|
|
Example:
|
|
|
|
|
|
|
|
uart@0x4000c400 {
|
|
|
|
compatible = "efm32,uart";
|
|
|
|
reg = <0x4000c400 0x400>;
|
|
|
|
interrupts = <15>;
|
2014-03-15 04:42:11 +08:00
|
|
|
efm32,location = <0>;
|
2012-01-25 16:05:04 +08:00
|
|
|
};
|