ste-href.dtsi 6.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
/*
 * Copyright 2012 ST-Ericsson AB
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

12
#include <dt-bindings/interrupt-controller/irq.h>
13
#include "ste-dbx5x0.dtsi"
14
#include "ste-href-family-pinctrl.dtsi"
15 16 17 18 19 20

/ {
	memory {
		reg = <0x00000000 0x20000000>;
	};

21
	soc {
22 23 24 25 26 27
		usb_per5@a03e0000 {
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&musb_default_mode>;
			pinctrl-1 = <&musb_sleep_mode>;
		};

28
		uart@80120000 {
29 30 31
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&uart0_default_mode>;
			pinctrl-1 = <&uart0_sleep_mode>;
32 33 34 35
			status = "okay";
		};

		uart@80121000 {
36 37 38
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&uart1_default_mode>;
			pinctrl-1 = <&uart1_sleep_mode>;
39 40 41 42
			status = "okay";
		};

		uart@80007000 {
43 44 45
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&uart2_default_mode>;
			pinctrl-1 = <&uart2_sleep_mode>;
46 47 48
			status = "okay";
		};

49 50 51 52 53 54 55 56 57 58 59 60
		i2c@80004000 {
			pinctrl-names = "default","sleep";
			pinctrl-0 = <&i2c0_default_mode>;
			pinctrl-1 = <&i2c0_sleep_mode>;
		};

		i2c@80122000 {
			pinctrl-names = "default","sleep";
			pinctrl-0 = <&i2c1_default_mode>;
			pinctrl-1 = <&i2c1_sleep_mode>;
		};

61
		i2c@80128000 {
62 63 64
			pinctrl-names = "default","sleep";
			pinctrl-0 = <&i2c2_default_mode>;
			pinctrl-1 = <&i2c2_sleep_mode>;
65 66
			lp5521@33 {
				compatible = "national,lp5521";
67
				reg = <0x33>;
68 69 70 71 72
				label = "lp5521_pri";
				clock-mode = /bits/ 8 <2>;
				chan0 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
73
					linux,default-trigger = "heartbeat";
74 75 76 77 78 79 80 81 82
				};
				chan1 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
				};
				chan2 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
				};
83
			};
84 85
			lp5521@34 {
				compatible = "national,lp5521";
86
				reg = <0x34>;
87 88 89 90 91 92 93 94 95 96 97 98 99 100
				label = "lp5521_sec";
				clock-mode = /bits/ 8 <2>;
				chan0 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
				};
				chan1 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
				};
				chan2 {
					led-cur = /bits/ 8 <0x2f>;
					max-cur = /bits/ 8 <0x5f>;
				};
101
			};
102
			bh1780@29 {
103
				compatible = "rohm,bh1780gli";
104
				reg = <0x29>;
105 106 107
			};
		};

108 109 110 111 112 113
		i2c@80110000 {
			pinctrl-names = "default","sleep";
			pinctrl-0 = <&i2c3_default_mode>;
			pinctrl-1 = <&i2c3_sleep_mode>;
		};

114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
		vmmci: regulator-gpio {
			compatible = "regulator-gpio";

			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <2900000>;
			regulator-name = "mmci-reg";
			regulator-type = "voltage";

			startup-delay-us = <100>;
			enable-active-high;

			states = <1800000 0x1
				  2900000 0x0>;
		};

129 130 131
		// External Micro SD slot
		sdi0_per1@80126000 {
			arm,primecell-periphid = <0x10480180>;
132
			max-frequency = <100000000>;
133
			bus-width = <4>;
134 135
			cap-sd-highspeed;
			cap-mmc-highspeed;
136 137 138
			sd-uhs-sdr12;
			sd-uhs-sdr25;
			full-pwr-cycle;
139 140 141 142
			st,sig-dir-dat0;
			st,sig-dir-dat2;
			st,sig-dir-cmd;
			st,sig-pin-fbclk;
143
			vmmc-supply = <&ab8500_ldo_aux3_reg>;
144
			vqmmc-supply = <&vmmci>;
145 146 147
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&sdi0_default_mode>;
			pinctrl-1 = <&sdi0_sleep_mode>;
148 149 150 151 152 153 154

			status = "okay";
		};

		// WLAN SDIO channel
		sdi1_per2@80118000 {
			arm,primecell-periphid = <0x10480180>;
155
			max-frequency = <100000000>;
156
			bus-width = <4>;
157
			non-removable;
158 159 160
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&sdi1_default_mode>;
			pinctrl-1 = <&sdi1_sleep_mode>;
161 162 163 164 165 166 167

			status = "okay";
		};

		// PoP:ed eMMC
		sdi2_per3@80005000 {
			arm,primecell-periphid = <0x10480180>;
168
			max-frequency = <100000000>;
169
			bus-width = <8>;
170
			cap-mmc-highspeed;
171
			non-removable;
172
			vmmc-supply = <&db8500_vsmps2_reg>;
173 174 175
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&sdi2_default_mode>;
			pinctrl-1 = <&sdi2_sleep_mode>;
176 177 178 179 180 181 182

			status = "okay";
		};

		// On-board eMMC
		sdi4_per2@80114000 {
			arm,primecell-periphid = <0x10480180>;
183
		        max-frequency = <100000000>;
184
			bus-width = <8>;
185
			cap-mmc-highspeed;
186
			non-removable;
187
			vmmc-supply = <&ab8500_ldo_aux2_reg>;
188 189 190
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&sdi4_default_mode>;
			pinctrl-1 = <&sdi4_sleep_mode>;
191 192 193 194 195 196 197 198 199 200 201

			status = "okay";
		};

		sound {
			compatible = "stericsson,snd-soc-mop500";

			stericsson,cpu-dai = <&msp1 &msp3>;
			stericsson,audio-codec = <&codec>;
		};

202 203 204 205 206 207
		msp0: msp@80123000 {
			pinctrl-names = "default";
			pinctrl-0 = <&msp0_default_mode>;
			status = "okay";
		};

208
		msp1: msp@80124000 {
209 210 211 212 213 214 215 216
			pinctrl-names = "default";
			pinctrl-0 = <&msp1_default_mode>;
			status = "okay";
		};

		msp2: msp@80117000 {
			pinctrl-names = "default";
			pinctrl-0 = <&msp2_default_mode>;
217 218 219 220 221 222 223
		};

		msp3: msp@80125000 {
			status = "okay";
		};

		prcmu@80157000 {
224
			ab8500 {
225 226 227 228
				ab8500-gpio {
					compatible = "stericsson,ab8500-gpio";
				};

229 230 231 232 233 234 235 236 237 238 239 240 241
				ab8500-regulators {
					ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
						regulator-name = "V-DISPLAY";
					};

					ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
						regulator-name = "V-eMMC1";
					};

					ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
						regulator-name = "V-MMC-SD";
					};

242
					ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
						regulator-name = "V-INTCORE";
					};

					ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
						regulator-name = "V-TVOUT";
					};

					ab8500_ldo_usb_reg: ab8500_ldo_usb {
						regulator-name = "dummy";
					};

					ab8500_ldo_audio_reg: ab8500_ldo_audio {
						regulator-name = "V-AUD";
					};

					ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
						regulator-name = "V-AMIC1";
					};

262
					ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 {
263 264 265 266 267 268 269 270 271 272 273 274 275
						regulator-name = "V-AMIC2";
					};

					ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
						regulator-name = "V-DMIC";
					};

					ab8500_ldo_ana_reg: ab8500_ldo_ana {
						regulator-name = "V-CSI/DSI";
					};
				};
			};
		};
276 277 278 279 280 281

		mcde@a0350000 {
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&lcd_default_mode>;
			pinctrl-1 = <&lcd_sleep_mode>;
		};
282 283
	};
};