2012-11-21 12:12:43 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for the SH73A0 SoC
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Renesas Solutions Corp.
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
|
|
* kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
|
2013-11-19 02:18:25 +00:00
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
|
|
2012-11-21 12:12:43 +00:00
|
|
|
/ {
|
|
|
|
compatible = "renesas,sh73a0";
|
|
|
|
|
|
|
|
cpus {
|
2013-01-28 00:41:40 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2012-11-21 12:12:43 +00:00
|
|
|
cpu@0 {
|
2013-01-28 00:41:40 +00:00
|
|
|
device_type = "cpu";
|
2012-11-21 12:12:43 +00:00
|
|
|
compatible = "arm,cortex-a9";
|
2013-01-28 00:41:40 +00:00
|
|
|
reg = <0>;
|
2012-11-21 12:12:43 +00:00
|
|
|
};
|
|
|
|
cpu@1 {
|
2013-01-28 00:41:40 +00:00
|
|
|
device_type = "cpu";
|
2012-11-21 12:12:43 +00:00
|
|
|
compatible = "arm,cortex-a9";
|
2013-01-28 00:41:40 +00:00
|
|
|
reg = <1>;
|
2012-11-21 12:12:43 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gic: interrupt-controller@f0001000 {
|
|
|
|
compatible = "arm,cortex-a9-gic";
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xf0001000 0x1000>,
|
|
|
|
<0xf0000100 0x100>;
|
|
|
|
};
|
2012-11-21 13:00:15 +00:00
|
|
|
|
2013-07-24 03:45:03 +00:00
|
|
|
pmu {
|
|
|
|
compatible = "arm,cortex-a9-pmu";
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0 56 IRQ_TYPE_LEVEL_HIGH>;
|
2013-07-24 03:45:03 +00:00
|
|
|
};
|
|
|
|
|
2013-03-21 16:05:40 +00:00
|
|
|
irqpin0: irqpin@e6900000 {
|
2013-11-27 23:14:57 +00:00
|
|
|
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
|
2013-03-21 16:05:40 +00:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xe6900000 4>,
|
|
|
|
<0xe6900010 4>,
|
|
|
|
<0xe6900020 1>,
|
|
|
|
<0xe6900040 1>,
|
|
|
|
<0xe6900060 1>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 1 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 2 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 3 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 4 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 5 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 6 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 7 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 8 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-21 16:05:40 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
irqpin1: irqpin@e6900004 {
|
2013-11-27 23:14:57 +00:00
|
|
|
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
|
2013-03-21 16:05:40 +00:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xe6900004 4>,
|
|
|
|
<0xe6900014 4>,
|
|
|
|
<0xe6900024 1>,
|
|
|
|
<0xe6900044 1>,
|
|
|
|
<0xe6900064 1>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 10 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 11 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 12 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 13 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 14 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 15 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 16 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-21 16:05:40 +00:00
|
|
|
control-parent;
|
|
|
|
};
|
|
|
|
|
|
|
|
irqpin2: irqpin@e6900008 {
|
2013-11-27 23:14:57 +00:00
|
|
|
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
|
2013-03-21 16:05:40 +00:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xe6900008 4>,
|
|
|
|
<0xe6900018 4>,
|
|
|
|
<0xe6900028 1>,
|
|
|
|
<0xe6900048 1>,
|
|
|
|
<0xe6900068 1>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 18 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 19 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 20 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 21 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 22 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 23 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 24 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-21 16:05:40 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
irqpin3: irqpin@e690000c {
|
2013-11-27 23:14:57 +00:00
|
|
|
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
|
2013-03-21 16:05:40 +00:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xe690000c 4>,
|
|
|
|
<0xe690001c 4>,
|
|
|
|
<0xe690002c 1>,
|
|
|
|
<0xe690004c 1>,
|
|
|
|
<0xe690006c 1>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 26 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 27 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 28 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 29 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 30 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 31 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 32 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-21 16:05:40 +00:00
|
|
|
};
|
|
|
|
|
2013-06-06 15:38:12 +00:00
|
|
|
i2c0: i2c@e6820000 {
|
2012-11-21 13:00:15 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "renesas,rmobile-iic";
|
|
|
|
reg = <0xe6820000 0x425>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 168 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 169 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 170 IRQ_TYPE_LEVEL_HIGH>;
|
2013-09-26 11:06:01 +00:00
|
|
|
status = "disabled";
|
2012-11-21 13:00:15 +00:00
|
|
|
};
|
|
|
|
|
2013-06-06 15:38:12 +00:00
|
|
|
i2c1: i2c@e6822000 {
|
2012-11-21 13:00:15 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "renesas,rmobile-iic";
|
|
|
|
reg = <0xe6822000 0x425>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 52 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 53 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 54 IRQ_TYPE_LEVEL_HIGH>;
|
2013-09-26 11:06:01 +00:00
|
|
|
status = "disabled";
|
2012-11-21 13:00:15 +00:00
|
|
|
};
|
|
|
|
|
2013-06-06 15:38:12 +00:00
|
|
|
i2c2: i2c@e6824000 {
|
2012-11-21 13:00:15 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "renesas,rmobile-iic";
|
|
|
|
reg = <0xe6824000 0x425>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 171 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 172 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 173 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 174 IRQ_TYPE_LEVEL_HIGH>;
|
2013-09-26 11:06:01 +00:00
|
|
|
status = "disabled";
|
2012-11-21 13:00:15 +00:00
|
|
|
};
|
|
|
|
|
2013-06-06 15:38:12 +00:00
|
|
|
i2c3: i2c@e6826000 {
|
2012-11-21 13:00:15 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "renesas,rmobile-iic";
|
|
|
|
reg = <0xe6826000 0x425>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 183 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 184 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 185 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 186 IRQ_TYPE_LEVEL_HIGH>;
|
2013-09-26 11:06:01 +00:00
|
|
|
status = "disabled";
|
2012-11-21 13:00:15 +00:00
|
|
|
};
|
|
|
|
|
2013-06-06 15:38:12 +00:00
|
|
|
i2c4: i2c@e6828000 {
|
2012-11-21 13:00:15 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "renesas,rmobile-iic";
|
|
|
|
reg = <0xe6828000 0x425>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 187 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 188 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 189 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 190 IRQ_TYPE_LEVEL_HIGH>;
|
2013-09-26 11:06:01 +00:00
|
|
|
status = "disabled";
|
2012-11-21 13:00:15 +00:00
|
|
|
};
|
2013-03-19 12:47:43 +00:00
|
|
|
|
2013-10-22 02:36:22 +00:00
|
|
|
mmcif: mmc@e6bd0000 {
|
2013-03-19 12:47:43 +00:00
|
|
|
compatible = "renesas,sh-mmcif";
|
|
|
|
reg = <0xe6bd0000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 140 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 141 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-19 12:47:43 +00:00
|
|
|
reg-io-width = <4>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2013-10-22 02:36:22 +00:00
|
|
|
sdhi0: sd@ee100000 {
|
2013-11-20 03:18:09 +00:00
|
|
|
compatible = "renesas,sdhi-sh73a0";
|
2013-03-19 12:47:43 +00:00
|
|
|
reg = <0xee100000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 84 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 85 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-19 17:38:50 +00:00
|
|
|
cap-sd-highspeed;
|
2013-03-19 12:47:43 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
/* SDHI1 and SDHI2 have no CD pins, no need for CD IRQ */
|
2013-10-22 02:36:22 +00:00
|
|
|
sdhi1: sd@ee120000 {
|
2013-11-20 03:18:09 +00:00
|
|
|
compatible = "renesas,sdhi-sh73a0";
|
2013-03-19 12:47:43 +00:00
|
|
|
reg = <0xee120000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 89 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-19 12:47:43 +00:00
|
|
|
toshiba,mmc-wrprotect-disable;
|
2013-03-19 17:38:50 +00:00
|
|
|
cap-sd-highspeed;
|
2013-03-19 12:47:43 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2013-10-22 02:36:22 +00:00
|
|
|
sdhi2: sd@ee140000 {
|
2013-11-20 03:18:09 +00:00
|
|
|
compatible = "renesas,sdhi-sh73a0";
|
2013-03-19 12:47:43 +00:00
|
|
|
reg = <0xee140000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 02:18:25 +00:00
|
|
|
interrupts = <0 104 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
0 105 IRQ_TYPE_LEVEL_HIGH>;
|
2013-03-19 12:47:43 +00:00
|
|
|
toshiba,mmc-wrprotect-disable;
|
2013-03-19 17:38:50 +00:00
|
|
|
cap-sd-highspeed;
|
2013-03-19 12:47:43 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-11-20 13:02:54 +00:00
|
|
|
|
|
|
|
pfc: pfc@e6050000 {
|
|
|
|
compatible = "renesas,pfc-sh73a0";
|
|
|
|
reg = <0xe6050000 0x8000>,
|
|
|
|
<0xe605801c 0x1c>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
2013-12-11 03:26:29 +00:00
|
|
|
interrupts-extended =
|
|
|
|
<&irqpin0 0 0>, <&irqpin0 1 0>, <&irqpin0 2 0>, <&irqpin0 3 0>,
|
|
|
|
<&irqpin0 4 0>, <&irqpin0 5 0>, <&irqpin0 6 0>, <&irqpin0 7 0>,
|
|
|
|
<&irqpin1 0 0>, <&irqpin1 1 0>, <&irqpin1 2 0>, <&irqpin1 3 0>,
|
|
|
|
<&irqpin1 4 0>, <&irqpin1 5 0>, <&irqpin1 6 0>, <&irqpin1 7 0>,
|
|
|
|
<&irqpin2 0 0>, <&irqpin2 1 0>, <&irqpin2 2 0>, <&irqpin2 3 0>,
|
|
|
|
<&irqpin2 4 0>, <&irqpin2 5 0>, <&irqpin2 6 0>, <&irqpin2 7 0>,
|
|
|
|
<&irqpin3 0 0>, <&irqpin3 1 0>, <&irqpin3 2 0>, <&irqpin3 3 0>,
|
|
|
|
<&irqpin3 4 0>, <&irqpin3 5 0>, <&irqpin3 6 0>, <&irqpin3 7 0>;
|
2012-11-20 13:02:54 +00:00
|
|
|
};
|
2013-12-05 01:32:54 +00:00
|
|
|
|
|
|
|
sh_fsi2: sound@ec230000 {
|
|
|
|
#sound-dai-cells = <1>;
|
|
|
|
compatible = "renesas,sh_fsi2";
|
|
|
|
reg = <0xec230000 0x400>;
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <0 146 0x4>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-11-21 12:12:43 +00:00
|
|
|
};
|