]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/devicetree/bindings/serial/efm32-uart.txt
Merge branch 'pm-cpuidle'
[karo-tx-linux.git] / Documentation / devicetree / bindings / serial / efm32-uart.txt
index 8e080b893b49fc3a811357e04c056f3d5d8002ae..1984bdfbd545c7649fccebcb1c585e5d97affaa6 100644 (file)
@@ -6,7 +6,7 @@ Required properties:
 - interrupts : Should contain uart interrupt
 
 Optional properties:
-- location : Decides the location of the USART I/O pins.
+- efm32,location : Decides the location of the USART I/O pins.
   Allowed range : [0 .. 5]
   Default: 0
 
@@ -16,5 +16,5 @@ uart@0x4000c400 {
        compatible = "efm32,uart";
        reg = <0x4000c400 0x400>;
        interrupts = <15>;
-       location = <0>;
+       efm32,location = <0>;
 };