Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.10-rc2 210 lines 4.5 kB view raw
1/* 2 * Copyright 2012 ST-Ericsson AB 3 * 4 * The code contained herein is licensed under the GNU General Public 5 * License. You may obtain a copy of the GNU General Public License 6 * Version 2 or later at the following locations: 7 * 8 * http://www.opensource.org/licenses/gpl-license.html 9 * http://www.gnu.org/copyleft/gpl.html 10 */ 11 12/dts-v1/; 13/include/ "dbx5x0.dtsi" 14/include/ "href.dtsi" 15/include/ "stuib.dtsi" 16 17/ { 18 model = "ST-Ericsson HREF (v60+) platform with Device Tree"; 19 compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500"; 20 21 gpio_keys { 22 button@1 { 23 gpios = <&gpio6 25 0x4>; 24 }; 25 }; 26 27 soc-u9500 { 28 i2c@80110000 { 29 bu21013_tp@0x5c { 30 reset-gpio = <&gpio4 15 0x4>; 31 }; 32 }; 33 34 // External Micro SD slot 35 sdi0_per1@80126000 { 36 arm,primecell-periphid = <0x10480180>; 37 max-frequency = <50000000>; 38 bus-width = <4>; 39 mmc-cap-sd-highspeed; 40 mmc-cap-mmc-highspeed; 41 vmmc-supply = <&ab8500_ldo_aux3_reg>; 42 43 cd-gpios = <&tc3589x_gpio 3 0x4>; 44 45 status = "okay"; 46 }; 47 48 // WLAN SDIO channel 49 sdi1_per2@80118000 { 50 arm,primecell-periphid = <0x10480180>; 51 max-frequency = <50000000>; 52 bus-width = <4>; 53 54 status = "okay"; 55 }; 56 57 // PoP:ed eMMC 58 sdi2_per3@80005000 { 59 arm,primecell-periphid = <0x10480180>; 60 max-frequency = <50000000>; 61 bus-width = <8>; 62 mmc-cap-mmc-highspeed; 63 64 status = "okay"; 65 }; 66 67 // On-board eMMC 68 sdi4_per2@80114000 { 69 arm,primecell-periphid = <0x10480180>; 70 max-frequency = <50000000>; 71 bus-width = <8>; 72 mmc-cap-mmc-highspeed; 73 vmmc-supply = <&ab8500_ldo_aux2_reg>; 74 75 status = "okay"; 76 }; 77 78 prcmu@80157000 { 79 db8500-prcmu-regulators { 80 db8500_vape_reg: db8500_vape { 81 regulator-name = "db8500-vape"; 82 }; 83 84 db8500_varm_reg: db8500_varm { 85 regulator-name = "db8500-varm"; 86 }; 87 88 db8500_vmodem_reg: db8500_vmodem { 89 regulator-name = "db8500-vmodem"; 90 }; 91 92 db8500_vpll_reg: db8500_vpll { 93 regulator-name = "db8500-vpll"; 94 }; 95 96 db8500_vsmps1_reg: db8500_vsmps1 { 97 regulator-name = "db8500-vsmps1"; 98 }; 99 100 db8500_vsmps2_reg: db8500_vsmps2 { 101 regulator-name = "db8500-vsmps2"; 102 }; 103 104 db8500_vsmps3_reg: db8500_vsmps3 { 105 regulator-name = "db8500-vsmps3"; 106 }; 107 108 db8500_vrf1_reg: db8500_vrf1 { 109 regulator-name = "db8500-vrf1"; 110 }; 111 112 db8500_sva_mmdsp_reg: db8500_sva_mmdsp { 113 regulator-name = "db8500-sva-mmdsp"; 114 }; 115 116 db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret { 117 regulator-name = "db8500-sva-mmdsp-ret"; 118 }; 119 120 db8500_sva_pipe_reg: db8500_sva_pipe { 121 regulator-name = "db8500_sva_pipe"; 122 }; 123 124 db8500_sia_mmdsp_reg: db8500_sia_mmdsp { 125 regulator-name = "db8500_sia_mmdsp"; 126 }; 127 128 db8500_sia_mmdsp_ret_reg: db8500_sia_mmdsp_ret { 129 regulator-name = "db8500-sia-mmdsp-ret"; 130 }; 131 132 db8500_sia_pipe_reg: db8500_sia_pipe { 133 regulator-name = "db8500-sia-pipe"; 134 }; 135 136 db8500_sga_reg: db8500_sga { 137 regulator-name = "db8500-sga"; 138 }; 139 140 db8500_b2r2_mcde_reg: db8500_b2r2_mcde { 141 regulator-name = "db8500-b2r2-mcde"; 142 }; 143 144 db8500_esram12_reg: db8500_esram12 { 145 regulator-name = "db8500-esram12"; 146 }; 147 148 db8500_esram12_ret_reg: db8500_esram12_ret { 149 regulator-name = "db8500-esram12-ret"; 150 }; 151 152 db8500_esram34_reg: db8500_esram34 { 153 regulator-name = "db8500-esram34"; 154 }; 155 156 db8500_esram34_ret_reg: db8500_esram34_ret { 157 regulator-name = "db8500-esram34-ret"; 158 }; 159 }; 160 161 ab8500 { 162 ab8500-regulators { 163 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { 164 regulator-name = "V-DISPLAY"; 165 }; 166 167 ab8500_ldo_aux2_reg: ab8500_ldo_aux2 { 168 regulator-name = "V-eMMC1"; 169 }; 170 171 ab8500_ldo_aux3_reg: ab8500_ldo_aux3 { 172 regulator-name = "V-MMC-SD"; 173 }; 174 175 ab8500_ldo_initcore_reg: ab8500_ldo_initcore { 176 regulator-name = "V-INTCORE"; 177 }; 178 179 ab8500_ldo_tvout_reg: ab8500_ldo_tvout { 180 regulator-name = "V-TVOUT"; 181 }; 182 183 ab8500_ldo_usb_reg: ab8500_ldo_usb { 184 regulator-name = "dummy"; 185 }; 186 187 ab8500_ldo_audio_reg: ab8500_ldo_audio { 188 regulator-name = "V-AUD"; 189 }; 190 191 ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 { 192 regulator-name = "V-AMIC1"; 193 }; 194 195 ab8500_ldo_amamic2_reg: ab8500_ldo_amamic2 { 196 regulator-name = "V-AMIC2"; 197 }; 198 199 ab8500_ldo_dmic_reg: ab8500_ldo_dmic { 200 regulator-name = "V-DMIC"; 201 }; 202 203 ab8500_ldo_ana_reg: ab8500_ldo_ana { 204 regulator-name = "V-CSI/DSI"; 205 }; 206 }; 207 }; 208 }; 209 }; 210};