[PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-09 20:53:47
Also in:
linux-devicetree, linux-serial
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-09 20:53:47
Also in:
linux-devicetree, linux-serial
On Saturday 09 January 2016 13:07:32 kernel at martin.sperl.org wrote:
+
+ uart1: uart at 7e215040 {
+ compatible = "brcm,bcm2835-aux-uart";
+ reg = <0x7e215040 0x40>;
+ interrupts = <1 29>;
+ clocks = <&aux BCM2835_AUX_CLOCK_UART>;
+ };The node name should always be "serial at ...", not "uart at ..." Arnd