diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-06 16:26:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-06 16:26:27 -0400 |
commit | dccfd1e439c11422d7aca0d834b0430d24650e85 (patch) | |
tree | d4bb17a46ced7027775e7c8c835ed7f165e5ebac /arch/arm/boot/dts/r8a7790.dtsi | |
parent | 8e73e367f7dc50f1d1bc22a63e5764bb4eea9b48 (diff) | |
parent | 56e9e0f3a3c558b42db2dd5120d3a839e4beb282 (diff) |
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC DT updates from Olof Johansson:
"Device tree and bindings updates for 3.12.
General additions of various on-chip and on-board peripherals on
various platforms as support gets added. Some of the bigger changes
are:
- Addition of (new) PCI-e support on Tegra.
- More Tegra4 support, including PMC configuration for Dalmore.
- Addition of a new board for Exynos4 (trats2) and more bindings for
4x12 IP.
- Addition of Allwinner A20 and A31 SoC and board files.
- Move of the ST Ericsson device tree files to now use ste-* prefix.
- More move of hardware description of shmobile platforms to DT.
- Two new board dts files for Freescale MXs"
* tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (177 commits)
dts: Rename DW APB timer compatible strings
dts: Deprecate ALTR as a vendor prefix
of: add vendor prefix for Altera Corp.
ARM: at91/dt: sam9x5ek: add sound configuration
ARM: at91/dt: sam9x5ek: enable SSC
ARM: at91/dt: sam9x5ek: add WM8731 codec
ARM: at91/dt: sam9x5: add SSC DMA parameters
ARM: at91/dt: add at91rm9200 PQFP package version
ARM: at91: at91rm9200: set default mmc0 pinctrl-names
ARM: at91: at91sam9n12: correct pin number of gpio-key
ARM: at91: at91sam9n12: add qt1070 support
ARM: at91: at91sam9n12: add pinctrl of TWI
ARM: at91: Add PMU support for sama5d3
ARM: at91: at91sam9260: add missing pinctrl-names on mmc
ARM: tegra: configure power off for Dalmore
ARM: DT: binding fixup to align with vendor-prefixes.txt (DT)
ARM: dts: add sdio blocks to bcm28155-ap board
ARM: dts: align sdio numbers to HW definition
ARM: sun7i: Add Olimex A20-Olinuxino-Micro support
ARM: sun7i: Add Allwinner A20 DTSI
...
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 339d9b11721c..3b879e7c697c 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -38,6 +38,78 @@ | |||
38 | interrupts = <1 9 0xf04>; | 38 | interrupts = <1 9 0xf04>; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | gpio0: gpio@ffc40000 { | ||
42 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
43 | reg = <0 0xffc40000 0 0x2c>; | ||
44 | interrupt-parent = <&gic>; | ||
45 | interrupts = <0 4 0x4>; | ||
46 | #gpio-cells = <2>; | ||
47 | gpio-controller; | ||
48 | gpio-ranges = <&pfc 0 0 32>; | ||
49 | #interrupt-cells = <2>; | ||
50 | interrupt-controller; | ||
51 | }; | ||
52 | |||
53 | gpio1: gpio@ffc41000 { | ||
54 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
55 | reg = <0 0xffc41000 0 0x2c>; | ||
56 | interrupt-parent = <&gic>; | ||
57 | interrupts = <0 5 0x4>; | ||
58 | #gpio-cells = <2>; | ||
59 | gpio-controller; | ||
60 | gpio-ranges = <&pfc 0 32 32>; | ||
61 | #interrupt-cells = <2>; | ||
62 | interrupt-controller; | ||
63 | }; | ||
64 | |||
65 | gpio2: gpio@ffc42000 { | ||
66 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
67 | reg = <0 0xffc42000 0 0x2c>; | ||
68 | interrupt-parent = <&gic>; | ||
69 | interrupts = <0 6 0x4>; | ||
70 | #gpio-cells = <2>; | ||
71 | gpio-controller; | ||
72 | gpio-ranges = <&pfc 0 64 32>; | ||
73 | #interrupt-cells = <2>; | ||
74 | interrupt-controller; | ||
75 | }; | ||
76 | |||
77 | gpio3: gpio@ffc43000 { | ||
78 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
79 | reg = <0 0xffc43000 0 0x2c>; | ||
80 | interrupt-parent = <&gic>; | ||
81 | interrupts = <0 7 0x4>; | ||
82 | #gpio-cells = <2>; | ||
83 | gpio-controller; | ||
84 | gpio-ranges = <&pfc 0 96 32>; | ||
85 | #interrupt-cells = <2>; | ||
86 | interrupt-controller; | ||
87 | }; | ||
88 | |||
89 | gpio4: gpio@ffc44000 { | ||
90 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
91 | reg = <0 0xffc44000 0 0x2c>; | ||
92 | interrupt-parent = <&gic>; | ||
93 | interrupts = <0 8 0x4>; | ||
94 | #gpio-cells = <2>; | ||
95 | gpio-controller; | ||
96 | gpio-ranges = <&pfc 0 128 32>; | ||
97 | #interrupt-cells = <2>; | ||
98 | interrupt-controller; | ||
99 | }; | ||
100 | |||
101 | gpio5: gpio@ffc45000 { | ||
102 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; | ||
103 | reg = <0 0xffc45000 0 0x2c>; | ||
104 | interrupt-parent = <&gic>; | ||
105 | interrupts = <0 9 0x4>; | ||
106 | #gpio-cells = <2>; | ||
107 | gpio-controller; | ||
108 | gpio-ranges = <&pfc 0 160 32>; | ||
109 | #interrupt-cells = <2>; | ||
110 | interrupt-controller; | ||
111 | }; | ||
112 | |||
41 | timer { | 113 | timer { |
42 | compatible = "arm,armv7-timer"; | 114 | compatible = "arm,armv7-timer"; |
43 | interrupts = <1 13 0xf08>, | 115 | interrupts = <1 13 0xf08>, |
@@ -54,4 +126,64 @@ | |||
54 | interrupt-parent = <&gic>; | 126 | interrupt-parent = <&gic>; |
55 | interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; | 127 | interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; |
56 | }; | 128 | }; |
129 | |||
130 | mmcif0: mmcif@ee200000 { | ||
131 | compatible = "renesas,sh-mmcif"; | ||
132 | reg = <0 0xee200000 0 0x80>; | ||
133 | interrupt-parent = <&gic>; | ||
134 | interrupts = <0 169 0x4>; | ||
135 | reg-io-width = <4>; | ||
136 | status = "disabled"; | ||
137 | }; | ||
138 | |||
139 | mmcif1: mmcif@ee220000 { | ||
140 | compatible = "renesas,sh-mmcif"; | ||
141 | reg = <0 0xee220000 0 0x80>; | ||
142 | interrupt-parent = <&gic>; | ||
143 | interrupts = <0 170 0x4>; | ||
144 | reg-io-width = <4>; | ||
145 | status = "disabled"; | ||
146 | }; | ||
147 | |||
148 | pfc: pfc@e6060000 { | ||
149 | compatible = "renesas,pfc-r8a7790"; | ||
150 | reg = <0 0xe6060000 0 0x250>; | ||
151 | #gpio-range-cells = <3>; | ||
152 | }; | ||
153 | |||
154 | sdhi0: sdhi@ee100000 { | ||
155 | compatible = "renesas,r8a7790-sdhi"; | ||
156 | reg = <0 0xee100000 0 0x100>; | ||
157 | interrupt-parent = <&gic>; | ||
158 | interrupts = <0 165 4>; | ||
159 | cap-sd-highspeed; | ||
160 | status = "disabled"; | ||
161 | }; | ||
162 | |||
163 | sdhi1: sdhi@ee120000 { | ||
164 | compatible = "renesas,r8a7790-sdhi"; | ||
165 | reg = <0 0xee120000 0 0x100>; | ||
166 | interrupt-parent = <&gic>; | ||
167 | interrupts = <0 166 4>; | ||
168 | cap-sd-highspeed; | ||
169 | status = "disabled"; | ||
170 | }; | ||
171 | |||
172 | sdhi2: sdhi@ee140000 { | ||
173 | compatible = "renesas,r8a7790-sdhi"; | ||
174 | reg = <0 0xee140000 0 0x100>; | ||
175 | interrupt-parent = <&gic>; | ||
176 | interrupts = <0 167 4>; | ||
177 | cap-sd-highspeed; | ||
178 | status = "disabled"; | ||
179 | }; | ||
180 | |||
181 | sdhi3: sdhi@ee160000 { | ||
182 | compatible = "renesas,r8a7790-sdhi"; | ||
183 | reg = <0 0xee160000 0 0x100>; | ||
184 | interrupt-parent = <&gic>; | ||
185 | interrupts = <0 168 4>; | ||
186 | cap-sd-highspeed; | ||
187 | status = "disabled"; | ||
188 | }; | ||
57 | }; | 189 | }; |