Commit 5f8f5a62 authored by Pawel Moll's avatar Pawel Moll

ARM: vexpress: Convert V2P-CA15 Device Tree to 64 bit addresses

... to enable use of LPAE, which extends physical address space
to 40 bits.
Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
parent b2a54ff0
...@@ -14,8 +14,8 @@ / { ...@@ -14,8 +14,8 @@ / {
arm,hbi = <0x237>; arm,hbi = <0x237>;
compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress"; compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
#address-cells = <1>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <2>;
chosen { }; chosen { };
...@@ -47,23 +47,23 @@ cpu@1 { ...@@ -47,23 +47,23 @@ cpu@1 {
memory@80000000 { memory@80000000 {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x40000000>; reg = <0 0x80000000 0 0x40000000>;
}; };
hdlcd@2b000000 { hdlcd@2b000000 {
compatible = "arm,hdlcd"; compatible = "arm,hdlcd";
reg = <0x2b000000 0x1000>; reg = <0 0x2b000000 0 0x1000>;
interrupts = <0 85 4>; interrupts = <0 85 4>;
}; };
memory-controller@2b0a0000 { memory-controller@2b0a0000 {
compatible = "arm,pl341", "arm,primecell"; compatible = "arm,pl341", "arm,primecell";
reg = <0x2b0a0000 0x1000>; reg = <0 0x2b0a0000 0 0x1000>;
}; };
wdt@2b060000 { wdt@2b060000 {
compatible = "arm,sp805", "arm,primecell"; compatible = "arm,sp805", "arm,primecell";
reg = <0x2b060000 0x1000>; reg = <0 0x2b060000 0 0x1000>;
interrupts = <98>; interrupts = <98>;
}; };
...@@ -72,23 +72,23 @@ gic: interrupt-controller@2c001000 { ...@@ -72,23 +72,23 @@ gic: interrupt-controller@2c001000 {
#interrupt-cells = <3>; #interrupt-cells = <3>;
#address-cells = <0>; #address-cells = <0>;
interrupt-controller; interrupt-controller;
reg = <0x2c001000 0x1000>, reg = <0 0x2c001000 0 0x1000>,
<0x2c002000 0x1000>, <0 0x2c002000 0 0x1000>,
<0x2c004000 0x2000>, <0 0x2c004000 0 0x2000>,
<0x2c006000 0x2000>; <0 0x2c006000 0 0x2000>;
interrupts = <1 9 0xf04>; interrupts = <1 9 0xf04>;
}; };
memory-controller@7ffd0000 { memory-controller@7ffd0000 {
compatible = "arm,pl354", "arm,primecell"; compatible = "arm,pl354", "arm,primecell";
reg = <0x7ffd0000 0x1000>; reg = <0 0x7ffd0000 0 0x1000>;
interrupts = <0 86 4>, interrupts = <0 86 4>,
<0 87 4>; <0 87 4>;
}; };
dma@7ffb0000 { dma@7ffb0000 {
compatible = "arm,pl330", "arm,primecell"; compatible = "arm,pl330", "arm,primecell";
reg = <0x7ffb0000 0x1000>; reg = <0 0x7ffb0000 0 0x1000>;
interrupts = <0 92 4>, interrupts = <0 92 4>,
<0 88 4>, <0 88 4>,
<0 89 4>, <0 89 4>,
...@@ -111,12 +111,12 @@ pmu { ...@@ -111,12 +111,12 @@ pmu {
}; };
motherboard { motherboard {
ranges = <0 0 0x08000000 0x04000000>, ranges = <0 0 0 0x08000000 0x04000000>,
<1 0 0x14000000 0x04000000>, <1 0 0 0x14000000 0x04000000>,
<2 0 0x18000000 0x04000000>, <2 0 0 0x18000000 0x04000000>,
<3 0 0x1c000000 0x04000000>, <3 0 0 0x1c000000 0x04000000>,
<4 0 0x0c000000 0x04000000>, <4 0 0 0x0c000000 0x04000000>,
<5 0 0x10000000 0x04000000>; <5 0 0 0x10000000 0x04000000>;
interrupt-map-mask = <0 0 63>; interrupt-map-mask = <0 0 63>;
interrupt-map = <0 0 0 &gic 0 0 4>, interrupt-map = <0 0 0 &gic 0 0 4>,
......
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