summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2837-rpi-3.dts
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-11-01 10:18:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-05 17:03:30 +0100
commit94f6a7149a7835c3fd28a447954f840457bc4f13 (patch)
tree7cf73253b8b6433cf6aa8d1e8fe5c4db5ebcc28a /arch/arm/dts/bcm2837-rpi-3.dts
parent5db9fdc66f3d60792fc537fad503f8c89a5fd61f (diff)
downloadbarebox-94f6a7149a7835c3fd28a447954f840457bc4f13.tar.gz
barebox-94f6a7149a7835c3fd28a447954f840457bc4f13.tar.xz
ARM: rpi: add raspberry pi 3 support
This adds basic support at the same feature level as the other supported raspberry pi boards. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/bcm2837-rpi-3.dts')
-rw-r--r--arch/arm/dts/bcm2837-rpi-3.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm2837-rpi-3.dts b/arch/arm/dts/bcm2837-rpi-3.dts
new file mode 100644
index 0000000000..d6ffc36912
--- /dev/null
+++ b/arch/arm/dts/bcm2837-rpi-3.dts
@@ -0,0 +1,16 @@
+#include <arm64/broadcom/bcm2837-rpi-3-b.dts>
+
+/ {
+ chosen {
+ stdout-path = &uart0;
+ };
+
+ memory {
+ reg = <0x0 0x0>;
+ };
+};
+
+&uart0 {
+ status = "okay";
+ /delete-node/ bluetooth;
+};