aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2015-10-02 14:31:15 -0400
committerEric Anholt <eric@anholt.net>2015-10-14 18:34:36 -0400
commit755f121efede867a176bf016f307dc933119d620 (patch)
tree383b5c441baeda59fcd5755d4b2c3ba834044fc3
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
ARM: bcm2835: add label for uart0
This patch adds a label for uart0 to allow changing of uart0 pins. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r--arch/arm/boot/dts/bcm2835.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 301c73f4ca33..202939486598 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -92,7 +92,7 @@
92 #interrupt-cells = <2>; 92 #interrupt-cells = <2>;
93 }; 93 };
94 94
95 uart@7e201000 { 95 uart0: uart@7e201000 {
96 compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell"; 96 compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
97 reg = <0x7e201000 0x1000>; 97 reg = <0x7e201000 0x1000>;
98 interrupts = <2 25>; 98 interrupts = <2 25>;