efm32-uart.txt 284 B

123456789101112131415
  1. * Energymicro efm32 UART
  2. Required properties:
  3. - compatible : Should be "efm32,uart"
  4. - reg : Address and length of the register set
  5. - interrupts : Should contain uart interrupt
  6. Example:
  7. uart@0x4000c400 {
  8. compatible = "efm32,uart";
  9. reg = <0x4000c400 0x400>;
  10. interrupts = <15>;
  11. };