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