aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/actions/s700.dtsi40
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/actions/s700.dtsi b/arch/arm64/boot/dts/actions/s700.dtsi
index e54a6e72507f..ea12160b06cf 100644
--- a/arch/arm64/boot/dts/actions/s700.dtsi
+++ b/arch/arm64/boot/dts/actions/s700.dtsi
@@ -176,6 +176,46 @@
176 #reset-cells = <1>; 176 #reset-cells = <1>;
177 }; 177 };
178 178
179 i2c0: i2c@e0170000 {
180 compatible = "actions,s700-i2c";
181 reg = <0 0xe0170000 0 0x1000>;
182 clocks = <&cmu CLK_I2C0>;
183 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
184 #address-cells = <1>;
185 #size-cells = <0>;
186 status = "disabled";
187 };
188
189 i2c1: i2c@e0174000 {
190 compatible = "actions,s700-i2c";
191 reg = <0 0xe0174000 0 0x1000>;
192 clocks = <&cmu CLK_I2C1>;
193 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
194 #address-cells = <1>;
195 #size-cells = <0>;
196 status = "disabled";
197 };
198
199 i2c2: i2c@e0178000 {
200 compatible = "actions,s700-i2c";
201 reg = <0 0xe0178000 0 0x1000>;
202 clocks = <&cmu CLK_I2C2>;
203 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
204 #address-cells = <1>;
205 #size-cells = <0>;
206 status = "disabled";
207 };
208
209 i2c3: i2c@e017c000 {
210 compatible = "actions,s700-i2c";
211 reg = <0 0xe017c000 0 0x1000>;
212 clocks = <&cmu CLK_I2C3>;
213 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
214 #address-cells = <1>;
215 #size-cells = <0>;
216 status = "disabled";
217 };
218
179 sps: power-controller@e01b0100 { 219 sps: power-controller@e01b0100 {
180 compatible = "actions,s700-sps"; 220 compatible = "actions,s700-sps";
181 reg = <0x0 0xe01b0100 0x0 0x100>; 221 reg = <0x0 0xe01b0100 0x0 0x100>;