snowball.dts 4.1 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/ "dbx5x0.dtsi"
14 15 16 17 18 19 20 21 22

/ {
	model = "Calao Systems Snowball platform with device tree";
	compatible = "calaosystems,snowball-a9500";

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

23 24 25 26 27 28 29 30 31 32
	en_3v3_reg: en_3v3 {
		compatible = "regulator-fixed";
                regulator-name = "en-3v3-fixed-supply";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
                gpios = <&gpio0 26  0x4>; // 26
                startup-delay-us = <5000>;
                enable-active-high;
	};

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

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

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

85
	soc-u9500 {
86 87 88 89 90 91 92 93

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

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

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

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

102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
		prcmu@80157000 {
			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";
			 };
		};

129
		external-bus@50000000 {
130 131 132 133 134 135
			status = "okay";

			ethernet@0 {
				compatible = "smsc,lan9115";
				reg = <0 0x10000>;
				interrupts = <12 0x1>;
136
				interrupt-parent = <&gpio4>;
137 138 139
				vdd33a-supply = <&en_3v3_reg>;
				vddvario-supply = <&db8500_vape_reg>;

140 141 142 143 144 145

				reg-shift = <1>;
				reg-io-width = <2>;
				smsc,force-internal-phy;
				smsc,irq-active-high;
				smsc,irq-push-pull;
146 147 148
			};
		};

149
		// External Micro SD slot
150
		sdi@80126000 {
151 152 153 154
			arm,primecell-periphid = <0x10480180>;
			max-frequency = <50000000>;
			bus-width = <8>;
			mmc-cap-mmc-highspeed;
155
			vmmc-supply = <&ab8500_ldo_aux3_reg>;
156

157
			cd-gpios  = <&gpio6 26 0x4>; // 218
158 159 160
			cd-inverted;

			status = "okay";
161 162
		};

163
		// On-board eMMC
164
		sdi@80114000 {
165 166 167 168
			arm,primecell-periphid = <0x10480180>;
		        max-frequency = <50000000>;
			bus-width = <8>;
			mmc-cap-mmc-highspeed;
169
			vmmc-supply = <&ab8500_ldo_aux2_reg>;
170 171

			status = "okay";
172 173
		};

174 175 176 177 178 179 180 181 182 183 184 185
		uart@80120000 {
			status = "okay";
		};

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

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

186 187 188 189
		i2c@80004000 {
			tc3589x@42 {
				//compatible = "tc3589x";
				reg = <0x42>;
190
				gpios = <&gpio6 25 0x4>;
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
				interrupt-parent = <&gpio6>;
			};
			tps61052@33 {
				//compatible = "tps61052";
				reg = <0x33>;
			};
		};

		i2c@80128000 {
			lp5521@0x33 {
				// compatible = "lp5521";
				reg = <0x33>;
			};
			lp5521@0x34 {
				// compatible = "lp5521";
				reg = <0x34>;
			};
			bh1780@0x29 {
				// compatible = "rohm,bh1780gli";
				reg = <0x33>;
			};
		};
213 214 215 216

		cpufreq-cooling {
			status = "okay";
		};
217 218
	};
};