summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2837-rpi-3.dts
blob: d6ffc369122c9ccb008ffe331b7a3e4a331a4c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <arm64/broadcom/bcm2837-rpi-3-b.dts>

/ {
	chosen {
		stdout-path = &uart0;
	};

	memory {
		reg = <0x0 0x0>;
	};
};

&uart0 {
	status = "okay";
	/delete-node/ bluetooth;
};