-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathwolfboot-rpi-devicetree.diff
48 lines (42 loc) · 1.33 KB
/
wolfboot-rpi-devicetree.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff --git a/arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
index 55420ac94..77774868b 100644
--- a/arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
+++ b/arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
@@ -10,7 +10,7 @@
model = "Raspberry Pi 3 Model B+";
chosen {
- bootargs = "coherent_pool=1M 8250.nr_uarts=1";
+ bootargs = "coherent_pool=1M 8250.nr_uarts=1 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait splash plymouth.ignore-serial-consoles";
};
aliases {
@@ -18,6 +18,10 @@
serial1 = &uart0;
mmc1 = &mmcnr;
};
+ memory@0 {
+ reg = <0x00 0x3c000000>;
+ device_type = "memory";
+ };
};
&gpio {
diff --git a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
index 261827cdb..15bbd93a6 100644
--- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
+++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
@@ -10,7 +10,7 @@
model = "Raspberry Pi 3 Model B";
chosen {
- bootargs = "coherent_pool=1M 8250.nr_uarts=1";
+ bootargs = "coherent_pool=1M 8250.nr_uarts=1 earlyprintk loglevel=8 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootwait";
};
aliases {
@@ -18,6 +18,10 @@
serial1 = &uart0;
mmc1 = &mmcnr;
};
+ memory@0 {
+ reg = <0x00 0x3c000000>;
+ device_type = "memory";
+ };
};
&gpio {