2013-09-04 07:45:57 +04:00
|
|
|
/*
|
|
|
|
* Device Tree Source for the r8a7791 SoC
|
|
|
|
*
|
|
|
|
* Copyright (C) 2013 Renesas Electronics Corporation
|
|
|
|
* Copyright (C) 2013 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.
|
|
|
|
*/
|
|
|
|
|
2013-11-19 06:18:25 +04:00
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
|
|
2013-09-04 07:45:57 +04:00
|
|
|
/ {
|
|
|
|
compatible = "renesas,r8a7791";
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
#address-cells = <2>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
|
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu0: cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a15";
|
|
|
|
reg = <0>;
|
|
|
|
clock-frequency = <1300000000>;
|
|
|
|
};
|
2013-10-01 12:13:07 +04:00
|
|
|
|
|
|
|
cpu1: cpu@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a15";
|
|
|
|
reg = <1>;
|
|
|
|
clock-frequency = <1300000000>;
|
|
|
|
};
|
2013-09-04 07:45:57 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
gic: interrupt-controller@f1001000 {
|
|
|
|
compatible = "arm,cortex-a15-gic";
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
#address-cells = <0>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0 0xf1001000 0 0x1000>,
|
|
|
|
<0 0xf1002000 0 0x1000>,
|
|
|
|
<0 0xf1004000 0 0x2000>,
|
|
|
|
<0 0xf1006000 0 0x2000>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
|
2013-09-04 07:45:57 +04:00
|
|
|
};
|
2013-10-01 12:12:29 +04:00
|
|
|
|
2013-10-08 07:39:30 +04:00
|
|
|
gpio0: gpio@ffc40000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc40000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 0 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio1: gpio@ffc41000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc41000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 32 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio2: gpio@ffc42000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc42000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 64 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio3: gpio@ffc43000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc43000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 96 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio4: gpio@ffc44000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc44000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 128 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio5: gpio@ffc45000 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc45000 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 160 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio6: gpio@ffc45400 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc45400 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 192 32>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio7: gpio@ffc45800 {
|
|
|
|
compatible = "renesas,gpio-r8a7791", "renesas,gpio-rcar";
|
|
|
|
reg = <0 0xffc45800 0 0x50>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-08 07:39:30 +04:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
gpio-ranges = <&pfc 0 224 26>;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
};
|
|
|
|
|
2013-10-01 12:12:38 +04:00
|
|
|
timer {
|
|
|
|
compatible = "arm,armv7-timer";
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
|
|
|
|
<1 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
|
|
|
|
<1 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
|
|
|
|
<1 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
|
2013-10-01 12:12:38 +04:00
|
|
|
};
|
|
|
|
|
2013-10-01 12:12:29 +04:00
|
|
|
irqc0: interrupt-controller@e61c0000 {
|
2013-11-20 08:18:05 +04:00
|
|
|
compatible = "renesas,irqc-r8a7791", "renesas,irqc";
|
2013-10-01 12:12:29 +04:00
|
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0 0xe61c0000 0 0x200>;
|
|
|
|
interrupt-parent = <&gic>;
|
2013-11-19 06:18:25 +04:00
|
|
|
interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0 1 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0 2 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<0 3 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>,
|
|
|
|
<0 17 IRQ_TYPE_LEVEL_HIGH>;
|
2013-10-01 12:12:29 +04:00
|
|
|
};
|
2013-10-08 07:39:01 +04:00
|
|
|
|
|
|
|
pfc: pfc@e6060000 {
|
|
|
|
compatible = "renesas,pfc-r8a7791";
|
|
|
|
reg = <0 0xe6060000 0 0x250>;
|
|
|
|
#gpio-range-cells = <3>;
|
|
|
|
};
|
2013-09-04 07:45:57 +04:00
|
|
|
};
|