Skip to content

Commit

Permalink
ARM: bcm2835: add label for uart0
Browse files Browse the repository at this point in the history
This patch adds a label for uart0 to allow changing of uart0 pins.

Signed-off-by: Stefan Wahren <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
lategoodbye authored and anholt committed Oct 14, 2015
1 parent 6ff33f3 commit 755f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#interrupt-cells = <2>;
};

uart@7e201000 {
uart0: uart@7e201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x1000>;
interrupts = <2 25>;
Expand Down

0 comments on commit 755f121

Please sign in to comment.