Commit 755f121e authored by Stefan Wahren's avatar Stefan Wahren Committed by Eric Anholt

ARM: bcm2835: add label for uart0

This patch adds a label for uart0 to allow changing of uart0 pins.
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 6ff33f39
......@@ -92,7 +92,7 @@ gpio: gpio@7e200000 {
#interrupt-cells = <2>;
};
uart@7e201000 {
uart0: uart@7e201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x1000>;
interrupts = <2 25>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment