1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * DTS file for SPEAr310 Evaluation Baord 4 * 5 * Copyright 2012 Viresh Kumar <vireshk@kernel. 6 */ 7 8 /dts-v1/; 9 /include/ "spear310.dtsi" 10 11 / { 12 model = "ST SPEAr310 Evaluation Board" 13 compatible = "st,spear310-evb", "st,sp 14 #address-cells = <1>; 15 #size-cells = <1>; 16 17 memory { 18 reg = <0 0x40000000>; 19 }; 20 21 ahb { 22 pinmux@b4000000 { 23 pinctrl-names = "defau 24 pinctrl-0 = <&state_de 25 26 state_default: pinmux 27 gpio0 { 28 st,pin 29 30 31 32 33 34 st,fun 35 }; 36 i2c0 { 37 st,pin 38 st,fun 39 }; 40 mii0 { 41 st,pin 42 st,fun 43 }; 44 ssp0 { 45 st,pin 46 st,fun 47 }; 48 uart0 { 49 st,pin 50 st,fun 51 }; 52 emi { 53 st,pin 54 st,fun 55 }; 56 fsmc { 57 st,pin 58 st,fun 59 }; 60 uart1 { 61 st,pin 62 st,fun 63 }; 64 uart2 { 65 st,pin 66 st,fun 67 }; 68 uart3 { 69 st,pin 70 st,fun 71 }; 72 uart4 { 73 st,pin 74 st,fun 75 }; 76 uart5 { 77 st,pin 78 st,fun 79 }; 80 }; 81 }; 82 83 dma@fc400000 { 84 status = "okay"; 85 }; 86 87 fsmc: flash@44000000 { 88 status = "okay"; 89 }; 90 91 gmac: eth@e0800000 { 92 status = "okay"; 93 }; 94 95 smi: flash@fc000000 { 96 status = "okay"; 97 clock-rate = <50000000 98 99 flash@f8000000 { 100 #address-cells 101 #size-cells = 102 reg = <0xf8000 103 st,smi-fast-mo 104 105 partition@0 { 106 label 107 reg = 108 }; 109 partition@1000 110 label 111 reg = 112 }; 113 partition@6000 114 label 115 reg = 116 }; 117 partition@7000 118 label 119 reg = 120 }; 121 partition@8000 122 label 123 reg = 124 }; 125 partition@3900 126 label 127 reg = 128 }; 129 }; 130 }; 131 132 spi0: spi@d0100000 { 133 status = "okay"; 134 }; 135 136 ehci@e1800000 { 137 status = "okay"; 138 }; 139 140 ohci@e1900000 { 141 status = "okay"; 142 }; 143 144 ohci@e2100000 { 145 status = "okay"; 146 }; 147 148 apb { 149 gpio0: gpio@fc980000 { 150 status = "okay" 151 }; 152 153 i2c0: i2c@d0180000 { 154 status = "okay" 155 }; 156 157 rtc@fc900000 { 158 status = "okay" 159 }; 160 161 serial@d0000000 { 162 status = "okay" 163 pinctrl-names 164 pinctrl-0 = <> 165 }; 166 167 serial@b2000000 { 168 status = "okay" 169 pinctrl-names 170 pinctrl-0 = <> 171 }; 172 173 serial@b2080000 { 174 status = "okay" 175 pinctrl-names 176 pinctrl-0 = <> 177 }; 178 179 serial@b2100000 { 180 status = "okay" 181 pinctrl-names 182 pinctrl-0 = <> 183 }; 184 185 serial@b2180000 { 186 status = "okay" 187 pinctrl-names 188 pinctrl-0 = <> 189 }; 190 191 serial@b2200000 { 192 status = "okay" 193 pinctrl-names 194 pinctrl-0 = <> 195 }; 196 197 wdt@fc880000 { 198 status = "okay" 199 }; 200 }; 201 }; 202 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.