summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-05-07 22:11:44 +0000
committerloos <loos@FreeBSD.org>2015-05-07 22:11:44 +0000
commitf5a1c0d08437b12e3885013b5bbd4ecb41162f1e (patch)
tree655ed0212a4c6905e58e641aa5e9a0c1102fe05a /sys/boot/fdt/dts
parent22040d2a98eaf43a55bd77c396c75474642a319b (diff)
downloadFreeBSD-src-f5a1c0d08437b12e3885013b5bbd4ecb41162f1e.zip
FreeBSD-src-f5a1c0d08437b12e3885013b5bbd4ecb41162f1e.tar.gz
Add the SMP support for Raspberry Pi 2 (BCM2836).
Tested with the build of some ports and a buildworld. Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp>
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/arm/rpi2.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/rpi2.dts b/sys/boot/fdt/dts/arm/rpi2.dts
index 1c8c559..e32cfb0 100644
--- a/sys/boot/fdt/dts/arm/rpi2.dts
+++ b/sys/boot/fdt/dts/arm/rpi2.dts
@@ -43,6 +43,24 @@
reg = <0xf00>; /* CPU ID=0xf00 */
clock-frequency = <800000000>; /* 800MHz */
};
+ cpu@1 {
+ compatible = "arm,cortex-a7";
+ device_type = "cpu";
+ reg = <0xf01>; /* CPU ID=0xf01 */
+ clock-frequency = <800000000>; /* 800MHz */
+ };
+ cpu@2 {
+ compatible = "arm,cortex-a7";
+ device_type = "cpu";
+ reg = <0xf02>; /* CPU ID=0xf02 */
+ clock-frequency = <800000000>; /* 800MHz */
+ };
+ cpu@3 {
+ compatible = "arm,cortex-a7";
+ device_type = "cpu";
+ reg = <0xf03>; /* CPU ID=0xf03 */
+ clock-frequency = <800000000>; /* 800MHz */
+ };
};
memory {
OpenPOWER on IntegriCloud