summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/bcm283x.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/bcm283x.dtsi')
-rw-r--r--dts/src/arm/bcm283x.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/dts/src/arm/bcm283x.dtsi b/dts/src/arm/bcm283x.dtsi
index 561f27d8d9..9444a9a9ba 100644
--- a/dts/src/arm/bcm283x.dtsi
+++ b/dts/src/arm/bcm283x.dtsi
@@ -3,6 +3,11 @@
#include <dt-bindings/clock/bcm2835-aux.h>
#include <dt-bindings/gpio/gpio.h>
+/* firmware-provided startup stubs live here, where the secondary CPUs are
+ * spinning.
+ */
+/memreserve/ 0x00000000 0x00001000;
+
/* This include file covers the common peripherals and configuration between
* bcm2835 and bcm2836 implementations, leaving the CPU configuration to
* bcm2835.dtsi and bcm2836.dtsi.