Skip to content

Commit 45d7e9a

Browse files
msperlgregkh
authored andcommitted
dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart
Add binding documentation for the bcm2835-aux-uart driver. Signed-off-by: Martin Sperl <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Eric Anholt <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 434ba16 commit 45d7e9a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* BCM2835 AUXILIAR UART
2+
3+
Required properties:
4+
5+
- compatible: "brcm,bcm2835-aux-uart"
6+
- reg: The base address of the UART register bank.
7+
- interrupts: A single interrupt specifier.
8+
- clocks: Clock driving the hardware; used to figure out the baud rate
9+
divisor.
10+
11+
Example:
12+
13+
uart1: serial@7e215040 {
14+
compatible = "brcm,bcm2835-aux-uart";
15+
reg = <0x7e215040 0x40>;
16+
interrupts = <1 29>;
17+
clocks = <&aux BCM2835_AUX_CLOCK_UART>;
18+
};

0 commit comments

Comments
 (0)