1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * DTS file for SPEAr320 SoC
5 * Copyright 2012 Viresh Kumar <vireshk@kernel.org>
8 /include/ "spear3xx.dtsi"
14 compatible = "simple-bus";
15 ranges = <0x40000000 0x40000000 0x80000000
16 0xd0000000 0xd0000000 0x30000000>;
18 pinmux: pinmux@b3000000 {
19 compatible = "st,spear320-pinmux";
20 reg = <0xb3000000 0x1000>;
21 #gpio-range-cells = <3>;
25 compatible = "arm,pl110", "arm,primecell";
26 reg = <0x90000000 0x1000>;
28 interrupt-parent = <&shirq>;
32 fsmc: flash@4c000000 {
33 compatible = "st,spear600-fsmc-nand";
36 reg = <0x4c000000 0x1000 /* FSMC Register */
37 0x50000000 0x0010 /* NAND Base DATA */
38 0x50020000 0x0010 /* NAND Base ADDR */
39 0x50010000 0x0010>; /* NAND Base CMD */
40 reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
45 compatible = "st,sdhci-spear";
46 reg = <0x70000000 0x100>;
48 interrupt-parent = <&shirq>;
52 shirq: interrupt-controller@0xb3000000 {
53 compatible = "st,spear320-shirq";
54 reg = <0xb3000000 0x1000>;
55 interrupts = <30 28 29 1>;
56 #interrupt-cells = <1>;
61 compatible = "arm,pl022", "arm,primecell";
62 reg = <0xa5000000 0x1000>;
64 interrupt-parent = <&shirq>;
71 compatible = "arm,pl022", "arm,primecell";
72 reg = <0xa6000000 0x1000>;
74 interrupt-parent = <&shirq>;
81 compatible ="st,spear-pwm";
82 reg = <0xa8000000 0x1000>;
90 compatible = "simple-bus";
91 ranges = <0xa0000000 0xa0000000 0x20000000
92 0xd0000000 0xd0000000 0x30000000>;
97 compatible = "snps,designware-i2c";
98 reg = <0xa7000000 0x1000>;
100 interrupt-parent = <&shirq>;
105 compatible = "arm,pl011", "arm,primecell";
106 reg = <0xa3000000 0x1000>;
108 interrupt-parent = <&shirq>;
113 compatible = "arm,pl011", "arm,primecell";
114 reg = <0xa4000000 0x1000>;
116 interrupt-parent = <&shirq>;
120 gpiopinctrl: gpio@b3000000 {
121 compatible = "st,spear-plgpio";
122 reg = <0xb3000000 0x1000>;
123 #interrupt-cells = <1>;
124 interrupt-controller;
127 gpio-ranges = <&pinmux 0 0 102>;
130 st-plgpio,ngpio = <102>;
131 st-plgpio,enb-reg = <0x24>;
132 st-plgpio,wdata-reg = <0x34>;
133 st-plgpio,dir-reg = <0x44>;
134 st-plgpio,ie-reg = <0x64>;
135 st-plgpio,rdata-reg = <0x54>;
136 st-plgpio,mis-reg = <0x84>;
137 st-plgpio,eit-reg = <0x94>;