summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2837-rpi-3.dts
diff options
context:
space:
mode:
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;
+};