ste-snowball.dts 5.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
/*
 * Copyright 2011 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
 */

/dts-v1/;
13
#include "ste-dbx5x0.dtsi"
14 15 16

/ {
	model = "Calao Systems Snowball platform with device tree";
17
	compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500";
18 19 20 21 22

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

23 24
	en_3v3_reg: en_3v3 {
		compatible = "regulator-fixed";
25 26 27 28 29 30 31
		regulator-name = "en-3v3-fixed-supply";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		/* AB8500 GPIOs start from 1 - offset 25 is GPIO26. */
		gpio = <&ab8500_gpio 25 0x4>;
		startup-delay-us = <5000>;
		enable-active-high;
32 33
	};

34 35 36 37 38 39 40 41 42 43
	gpio_keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		button@1 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <2>;
			label = "userpb";
44
			gpios = <&gpio1 0 0x4>;
45 46 47 48 49
		};
		button@2 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <3>;
50
			label = "extkb1";
51
			gpios = <&gpio4 23 0x4>;
52 53 54 55 56
		};
		button@3 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <4>;
57
			label = "extkb2";
58
			gpios = <&gpio4 24 0x4>;
59 60 61 62 63
		};
		button@4 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <5>;
64
			label = "extkb3";
65
			gpios = <&gpio5 1 0x4>;
66 67 68 69 70
		};
		button@5 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <6>;
71
			label = "extkb4";
72
			gpios = <&gpio5 2 0x4>;
73 74 75 76 77 78 79
		};
	};

	leds {
		compatible = "gpio-leds";
		used-led {
			label = "user_led";
80
			gpios = <&gpio4 14 0x4>;
81
			default-state = "on";
82
			linux,default-trigger = "heartbeat";
83 84 85
		};
	};

86
	soc {
87 88 89 90 91 92 93 94

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

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

95 96 97 98 99 100 101 102
		msp1: msp@80124000 {
			status = "okay";
		};

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

103
		external-bus@50000000 {
104 105 106 107 108
			status = "okay";

			ethernet@0 {
				compatible = "smsc,lan9115";
				reg = <0 0x10000>;
109
				interrupts = <12 IRQ_TYPE_EDGE_RISING>;
110
				interrupt-parent = <&gpio4>;
111 112 113
				vdd33a-supply = <&en_3v3_reg>;
				vddvario-supply = <&db8500_vape_reg>;

114 115 116 117 118 119

				reg-shift = <1>;
				reg-io-width = <2>;
				smsc,force-internal-phy;
				smsc,irq-active-high;
				smsc,irq-push-pull;
120 121 122
			};
		};

123 124 125 126 127 128 129
		vmmci: regulator-gpio {
			gpios = <&gpio6 25 0x4>;
			enable-gpio = <&gpio7 4 0x4>;

			status = "okay";
		};

130
		// External Micro SD slot
131
		sdi0_per1@80126000 {
132
			arm,primecell-periphid = <0x10480180>;
133
			max-frequency = <100000000>;
134
			bus-width = <4>;
135
			mmc-cap-mmc-highspeed;
136
			vmmc-supply = <&ab8500_ldo_aux3_reg>;
137
			vqmmc-supply = <&vmmci>;
138

139
			cd-gpios  = <&gpio6 26 0x4>; // 218
140 141 142
			cd-inverted;

			status = "okay";
143 144
		};

145
		// On-board eMMC
146
		sdi4_per2@80114000 {
147
			arm,primecell-periphid = <0x10480180>;
148
		        max-frequency = <100000000>;
149 150
			bus-width = <8>;
			mmc-cap-mmc-highspeed;
151
			vmmc-supply = <&ab8500_ldo_aux2_reg>;
152 153

			status = "okay";
154 155
		};

156 157 158 159 160 161 162 163 164 165 166 167
		uart@80120000 {
			status = "okay";
		};

		uart@80121000 {
			status = "okay";
		};

		uart@80007000 {
			status = "okay";
		};

168 169 170
		cpufreq-cooling {
			status = "okay";
		};
171

172
		prcmu@80157000 {
173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
			thermal@801573c0 {
				num-trips = <4>;

				trip0-temp = <70000>;
				trip0-type = "active";
				trip0-cdev-num = <1>;
				trip0-cdev-name0 = "thermal-cpufreq-0";

				trip1-temp = <75000>;
				trip1-type = "active";
				trip1-cdev-num = <1>;
				trip1-cdev-name0 = "thermal-cpufreq-0";

				trip2-temp = <80000>;
				trip2-type = "active";
				trip2-cdev-num = <1>;
				trip2-cdev-name0 = "thermal-cpufreq-0";

				trip3-temp = <85000>;
				trip3-type = "critical";
				trip3-cdev-num = <0>;

				status = "okay";
			};

198
			ab8500 {
199 200 201 202
				ab8500-gpio {
					compatible = "stericsson,ab8500-gpio";
				};

203 204 205 206 207 208 209 210 211 212 213 214 215 216
				ext_regulators: ab8500-ext-regulators {
					ab8500_ext1_reg: ab8500_ext1 {
						regulator-name = "ab8500-ext-supply1";
					};

					ab8500_ext2_reg_reg: ab8500_ext2 {
						regulator-name = "ab8500-ext-supply2";
					};

					ab8500_ext3_reg_reg: ab8500_ext3 {
						regulator-name = "ab8500-ext-supply3";
					};
				};

217 218 219 220 221 222 223 224 225 226 227 228 229
				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";
					};

230
					ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
						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";
					};

250
					ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 {
251 252 253 254 255 256 257 258 259 260 261 262 263
						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";
					};
				};
			};
		};
264 265
	};
};