Maxime Ripard | 7514069 | 2017-04-20 13:16:18 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2017 Free Electrons <maxime.ripard@free-electrons.com> |
| 3 | * |
| 4 | * This file is dual-licensed: you can use it either under the terms |
| 5 | * of the GPL or the X11 license, at your option. Note that this dual |
| 6 | * licensing only applies to this file, and not this project as a |
| 7 | * whole. |
| 8 | * |
| 9 | * a) This file is free software; you can redistribute it and/or |
| 10 | * modify it under the terms of the GNU General Public License as |
| 11 | * published by the Free Software Foundation; either version 2 of the |
| 12 | * License, or (at your option) any later version. |
| 13 | * |
| 14 | * This file is distributed in the hope that it will be useful, |
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | * GNU General Public License for more details. |
| 18 | * |
| 19 | * Or, alternatively, |
| 20 | * |
| 21 | * b) Permission is hereby granted, free of charge, to any person |
| 22 | * obtaining a copy of this software and associated documentation |
| 23 | * files (the "Software"), to deal in the Software without |
| 24 | * restriction, including without limitation the rights to use, |
| 25 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 26 | * sell copies of the Software, and to permit persons to whom the |
| 27 | * Software is furnished to do so, subject to the following |
| 28 | * conditions: |
| 29 | * |
| 30 | * The above copyright notice and this permission notice shall be |
| 31 | * included in all copies or substantial portions of the Software. |
| 32 | * |
| 33 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 34 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 35 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 36 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 37 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 38 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 39 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 40 | * OTHER DEALINGS IN THE SOFTWARE. |
| 41 | */ |
| 42 | |
| 43 | /dts-v1/; |
| 44 | #include "sun8i-a33.dtsi" |
| 45 | |
| 46 | #include <dt-bindings/gpio/gpio.h> |
| 47 | |
| 48 | / { |
| 49 | model = "BananaPi M2 Magic"; |
| 50 | compatible = "sinovoip,bananapi-m2m", "allwinner,sun8i-a33"; |
| 51 | |
| 52 | aliases { |
| 53 | i2c0 = &i2c0; |
| 54 | i2c1 = &i2c1; |
| 55 | i2c2 = &i2c2; |
| 56 | serial0 = &uart0; |
| 57 | serial1 = &uart1; |
| 58 | }; |
| 59 | |
| 60 | chosen { |
| 61 | stdout-path = "serial0:115200n8"; |
| 62 | }; |
| 63 | |
| 64 | leds { |
| 65 | compatible = "gpio-leds"; |
| 66 | |
| 67 | blue { |
| 68 | label = "bpi-m2m:blue:usr"; |
| 69 | gpios = <&pio 2 7 GPIO_ACTIVE_LOW>; |
| 70 | }; |
| 71 | |
| 72 | green { |
| 73 | label = "bpi-m2m:green:usr"; |
| 74 | gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; |
| 75 | }; |
| 76 | |
| 77 | red { |
| 78 | label = "bpi-m2m:red:power"; |
| 79 | gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>; |
| 80 | default-state = "on"; |
| 81 | }; |
| 82 | }; |
| 83 | |
| 84 | reg_vcc5v0: vcc5v0 { |
| 85 | compatible = "regulator-fixed"; |
| 86 | regulator-name = "vcc5v0"; |
| 87 | regulator-min-microvolt = <5000000>; |
| 88 | regulator-max-microvolt = <5000000>; |
| 89 | }; |
| 90 | |
| 91 | wifi_pwrseq: wifi_pwrseq { |
| 92 | compatible = "mmc-pwrseq-simple"; |
| 93 | reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL06 */ |
| 94 | }; |
| 95 | }; |
| 96 | |
| 97 | &codec { |
| 98 | status = "okay"; |
| 99 | }; |
| 100 | |
| 101 | &cpu0 { |
| 102 | cpu-supply = <®_dcdc3>; |
| 103 | }; |
| 104 | |
| 105 | &cpu0_opp_table { |
| 106 | opp@1104000000 { |
| 107 | opp-hz = /bits/ 64 <1104000000>; |
| 108 | opp-microvolt = <1320000>; |
| 109 | clock-latency-ns = <244144>; /* 8 32k periods */ |
| 110 | }; |
| 111 | |
| 112 | opp@1200000000 { |
| 113 | opp-hz = /bits/ 64 <1200000000>; |
| 114 | opp-microvolt = <1320000>; |
| 115 | clock-latency-ns = <244144>; /* 8 32k periods */ |
| 116 | }; |
| 117 | }; |
| 118 | |
| 119 | &dai { |
| 120 | status = "okay"; |
| 121 | }; |
| 122 | |
| 123 | &ehci0 { |
| 124 | status = "okay"; |
| 125 | }; |
| 126 | |
| 127 | /* This is the i2c bus exposed on the DSI connector for the touch panel */ |
| 128 | &i2c0 { |
| 129 | pinctrl-names = "default"; |
| 130 | pinctrl-0 = <&i2c0_pins_a>; |
| 131 | status = "disabled"; |
| 132 | }; |
| 133 | |
| 134 | /* This is the i2c bus exposed on the GPIO header */ |
| 135 | &i2c1 { |
| 136 | pinctrl-names = "default"; |
| 137 | pinctrl-0 = <&i2c1_pins_a>; |
| 138 | status = "disabled"; |
| 139 | }; |
| 140 | |
| 141 | /* This is the i2c bus exposed on the CSI connector to control the sensor */ |
| 142 | &i2c2 { |
| 143 | pinctrl-names = "default"; |
| 144 | pinctrl-0 = <&i2c2_pins_a>; |
| 145 | status = "disabled"; |
| 146 | }; |
| 147 | |
| 148 | &mmc0 { |
| 149 | pinctrl-names = "default"; |
| 150 | pinctrl-0 = <&mmc0_pins_a>; |
| 151 | vmmc-supply = <®_dcdc1>; |
| 152 | bus-width = <4>; |
Jagan Teki | 9ad93c0 | 2018-08-05 00:40:11 +0530 | [diff] [blame] | 153 | cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */ |
Maxime Ripard | 7514069 | 2017-04-20 13:16:18 +0200 | [diff] [blame] | 154 | status = "okay"; |
| 155 | }; |
| 156 | |
| 157 | &mmc1 { |
| 158 | pinctrl-names = "default"; |
| 159 | pinctrl-0 = <&mmc1_pins_a>; |
| 160 | vmmc-supply = <®_aldo1>; |
| 161 | mmc-pwrseq = <&wifi_pwrseq>; |
| 162 | bus-width = <4>; |
| 163 | non-removable; |
| 164 | status = "okay"; |
| 165 | }; |
| 166 | |
| 167 | &mmc2 { |
| 168 | pinctrl-names = "default"; |
| 169 | pinctrl-0 = <&mmc2_8bit_pins>; |
| 170 | vmmc-supply = <®_dcdc1>; |
| 171 | bus-width = <8>; |
| 172 | non-removable; |
| 173 | cap-mmc-hw-reset; |
| 174 | status = "okay"; |
| 175 | }; |
| 176 | |
| 177 | &ohci0 { |
| 178 | status = "okay"; |
| 179 | }; |
| 180 | |
| 181 | &r_rsb { |
| 182 | status = "okay"; |
| 183 | |
| 184 | axp22x: pmic@3a3 { |
| 185 | compatible = "x-powers,axp223"; |
| 186 | reg = <0x3a3>; |
| 187 | interrupt-parent = <&nmi_intc>; |
| 188 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; |
| 189 | eldoin-supply = <®_dcdc1>; |
| 190 | x-powers,drive-vbus-en; |
| 191 | }; |
| 192 | }; |
| 193 | |
| 194 | #include "axp223.dtsi" |
| 195 | |
| 196 | &ac_power_supply { |
| 197 | status = "okay"; |
| 198 | }; |
| 199 | |
| 200 | ®_aldo1 { |
| 201 | regulator-always-on; |
| 202 | regulator-min-microvolt = <3000000>; |
| 203 | regulator-max-microvolt = <3000000>; |
| 204 | regulator-name = "vcc-io"; |
| 205 | }; |
| 206 | |
| 207 | ®_aldo2 { |
| 208 | regulator-always-on; |
| 209 | regulator-min-microvolt = <2500000>; |
| 210 | regulator-max-microvolt = <2500000>; |
| 211 | regulator-name = "vdd-dll"; |
| 212 | }; |
| 213 | |
| 214 | ®_aldo3 { |
| 215 | regulator-always-on; |
| 216 | regulator-min-microvolt = <3000000>; |
| 217 | regulator-max-microvolt = <3000000>; |
| 218 | regulator-name = "avcc"; |
| 219 | }; |
| 220 | |
| 221 | ®_dc1sw { |
| 222 | regulator-name = "vcc-lcd"; |
| 223 | }; |
| 224 | |
| 225 | ®_dc5ldo { |
| 226 | regulator-always-on; |
| 227 | regulator-min-microvolt = <900000>; |
| 228 | regulator-max-microvolt = <1400000>; |
| 229 | regulator-name = "vdd-cpus"; |
| 230 | }; |
| 231 | |
| 232 | ®_dcdc1 { |
| 233 | regulator-always-on; |
| 234 | regulator-min-microvolt = <3000000>; |
| 235 | regulator-max-microvolt = <3000000>; |
| 236 | regulator-name = "vcc-3v0"; |
| 237 | }; |
| 238 | |
| 239 | ®_dcdc2 { |
| 240 | regulator-always-on; |
| 241 | regulator-min-microvolt = <900000>; |
| 242 | regulator-max-microvolt = <1400000>; |
| 243 | regulator-name = "vdd-sys"; |
| 244 | }; |
| 245 | |
| 246 | ®_dcdc3 { |
| 247 | regulator-always-on; |
| 248 | regulator-min-microvolt = <900000>; |
| 249 | regulator-max-microvolt = <1400000>; |
| 250 | regulator-name = "vdd-cpu"; |
| 251 | }; |
| 252 | |
| 253 | ®_dcdc5 { |
| 254 | regulator-always-on; |
| 255 | regulator-min-microvolt = <1500000>; |
| 256 | regulator-max-microvolt = <1500000>; |
| 257 | regulator-name = "vcc-dram"; |
| 258 | }; |
| 259 | |
| 260 | /* |
| 261 | * Our WiFi chip needs both DLDO1 and DLDO2 to be powered at the same |
| 262 | * time, with the two being in sync. Since this is not really |
| 263 | * supported right now, just use the two as always on, and we will fix |
| 264 | * it later. |
| 265 | */ |
| 266 | ®_dldo1 { |
| 267 | regulator-always-on; |
| 268 | regulator-min-microvolt = <3300000>; |
| 269 | regulator-max-microvolt = <3300000>; |
| 270 | regulator-name = "vcc-wifi0"; |
| 271 | }; |
| 272 | |
| 273 | ®_dldo2 { |
| 274 | regulator-always-on; |
| 275 | regulator-min-microvolt = <3300000>; |
| 276 | regulator-max-microvolt = <3300000>; |
| 277 | regulator-name = "vcc-wifi1"; |
| 278 | }; |
| 279 | |
| 280 | ®_drivevbus { |
| 281 | regulator-name = "usb0-vbus"; |
| 282 | status = "okay"; |
| 283 | }; |
| 284 | |
| 285 | ®_rtc_ldo { |
| 286 | regulator-name = "vcc-rtc"; |
| 287 | }; |
| 288 | |
| 289 | &sound { |
| 290 | status = "okay"; |
| 291 | }; |
| 292 | |
| 293 | &uart0 { |
| 294 | pinctrl-names = "default"; |
| 295 | pinctrl-0 = <&uart0_pins_b>; |
| 296 | status = "okay"; |
| 297 | }; |
| 298 | |
| 299 | &uart1 { |
| 300 | pinctrl-names = "default"; |
| 301 | pinctrl-0 = <&uart1_pins_a>, <&uart1_pins_cts_rts_a>; |
| 302 | status = "okay"; |
| 303 | }; |
| 304 | |
| 305 | &usb_otg { |
| 306 | dr_mode = "otg"; |
| 307 | status = "okay"; |
| 308 | }; |
| 309 | |
| 310 | &usb_power_supply { |
| 311 | status = "okay"; |
| 312 | }; |
| 313 | |
| 314 | &usbphy { |
| 315 | usb0_id_det-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>; /* PH8 */ |
| 316 | usb0_vbus_power-supply = <&usb_power_supply>; |
| 317 | usb0_vbus-supply = <®_drivevbus>; |
| 318 | usb1_vbus-supply = <®_vcc5v0>; |
| 319 | status = "okay"; |
| 320 | }; |