Commit 8585deb1 authored by Takashi Yoshii's avatar Takashi Yoshii Committed by Simon Horman

ARM: shmobile: r8a7790 SoC 64-bit DT support

The r8a7790 SoC supports LPAE and has memory window up to
0x2ffffffff. Convert to 64-bit addresses by enlarging
#addr-cells and #size-cells to 2.
Signed-off-by: default avatarTakashi Yoshii <takashi.yoshii.zj@renesas.com>
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 26a0d2d4
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
* kind, whether express or implied. * kind, whether express or implied.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "renesas,r8a7790"; compatible = "renesas,r8a7790";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
#address-cells = <2>;
#size-cells = <2>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
...@@ -31,10 +31,10 @@ gic: interrupt-controller@f1001000 { ...@@ -31,10 +31,10 @@ gic: interrupt-controller@f1001000 {
#interrupt-cells = <3>; #interrupt-cells = <3>;
#address-cells = <0>; #address-cells = <0>;
interrupt-controller; interrupt-controller;
reg = <0xf1001000 0x1000>, reg = <0 0xf1001000 0 0x1000>,
<0xf1002000 0x1000>, <0 0xf1002000 0 0x1000>,
<0xf1004000 0x2000>, <0 0xf1004000 0 0x2000>,
<0xf1006000 0x2000>; <0 0xf1006000 0 0x2000>;
interrupts = <1 9 0xf04>; interrupts = <1 9 0xf04>;
gic-cpuif@4 { gic-cpuif@4 {
...@@ -56,7 +56,7 @@ irqc0: interrupt-controller@e61c0000 { ...@@ -56,7 +56,7 @@ irqc0: interrupt-controller@e61c0000 {
compatible = "renesas,irqc"; compatible = "renesas,irqc";
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
reg = <0xe61c0000 0x200>; reg = <0 0xe61c0000 0 0x200>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 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