Commit 1b2f8973 authored by Stefan Wahren's avatar Stefan Wahren Committed by Eric Anholt

ARM: bcm2835: add CPU node for ARM core

This patch adds the CPU node of the BCM2835 into the DT.
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 49ac67e0
...@@ -3,6 +3,17 @@ ...@@ -3,6 +3,17 @@
/ { / {
compatible = "brcm,bcm2835"; compatible = "brcm,bcm2835";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "arm,arm1176jzf-s";
reg = <0x0>;
};
};
soc { soc {
ranges = <0x7e000000 0x20000000 0x02000000>; ranges = <0x7e000000 0x20000000 0x02000000>;
dma-ranges = <0x40000000 0x00000000 0x20000000>; dma-ranges = <0x40000000 0x00000000 0x20000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment