Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 Free Electrons |
| 3 | * Copyright 2015 NextThing Co |
| 4 | * |
| 5 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
| 6 | * |
| 7 | * This file is dual-licensed: you can use it either under the terms |
| 8 | * of the GPL or the X11 license, at your option. Note that this dual |
| 9 | * licensing only applies to this file, and not this project as a |
| 10 | * whole. |
| 11 | * |
| 12 | * a) This file is free software; you can redistribute it and/or |
| 13 | * modify it under the terms of the GNU General Public License as |
| 14 | * published by the Free Software Foundation; either version 2 of the |
| 15 | * License, or (at your option) any later version. |
| 16 | * |
| 17 | * This file is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | * GNU General Public License for more details. |
| 21 | * |
| 22 | * Or, alternatively, |
| 23 | * |
| 24 | * b) Permission is hereby granted, free of charge, to any person |
| 25 | * obtaining a copy of this software and associated documentation |
| 26 | * files (the "Software"), to deal in the Software without |
| 27 | * restriction, including without limitation the rights to use, |
| 28 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 29 | * sell copies of the Software, and to permit persons to whom the |
| 30 | * Software is furnished to do so, subject to the following |
| 31 | * conditions: |
| 32 | * |
| 33 | * The above copyright notice and this permission notice shall be |
| 34 | * included in all copies or substantial portions of the Software. |
| 35 | * |
| 36 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 37 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 38 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 39 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 40 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 41 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 42 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 43 | * OTHER DEALINGS IN THE SOFTWARE. |
| 44 | */ |
| 45 | |
| 46 | /dts-v1/; |
| 47 | #include "sun5i-r8.dtsi" |
| 48 | #include "sunxi-common-regulators.dtsi" |
| 49 | |
| 50 | #include <dt-bindings/gpio/gpio.h> |
| 51 | #include <dt-bindings/interrupt-controller/irq.h> |
| 52 | |
| 53 | / { |
| 54 | model = "NextThing C.H.I.P."; |
Hans de Goede | 6ebb4d0 | 2016-08-18 20:51:12 +0200 | [diff] [blame] | 55 | compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13"; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 56 | |
| 57 | aliases { |
| 58 | i2c0 = &i2c0; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 59 | i2c1 = &i2c1; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 60 | i2c2 = &i2c2; |
| 61 | serial0 = &uart1; |
| 62 | serial1 = &uart3; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 63 | spi0 = &spi2; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 64 | }; |
| 65 | |
| 66 | chosen { |
| 67 | stdout-path = "serial0:115200n8"; |
| 68 | }; |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 69 | |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 70 | leds { |
| 71 | compatible = "gpio-leds"; |
| 72 | |
| 73 | status { |
| 74 | label = "chip:white:status"; |
| 75 | gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>; |
| 76 | default-state = "on"; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | mmc0_pwrseq: mmc0_pwrseq { |
| 81 | compatible = "mmc-pwrseq-simple"; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 82 | reset-gpios = <&pio 2 19 GPIO_ACTIVE_LOW>; /* PC19 */ |
| 83 | }; |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 84 | |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 85 | onewire { |
| 86 | compatible = "w1-gpio"; |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 87 | gpios = <&pio 3 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PD2 */ |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 88 | }; |
| 89 | }; |
| 90 | |
Hans de Goede | 6ebb4d0 | 2016-08-18 20:51:12 +0200 | [diff] [blame] | 91 | &be0 { |
| 92 | status = "okay"; |
| 93 | }; |
| 94 | |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 95 | &codec { |
| 96 | status = "okay"; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 97 | }; |
| 98 | |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 99 | &cpu0 { |
| 100 | cpu-supply = <®_dcdc2>; |
| 101 | }; |
| 102 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 103 | &ehci0 { |
| 104 | status = "okay"; |
| 105 | }; |
| 106 | |
| 107 | &i2c0 { |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 108 | status = "okay"; |
| 109 | |
| 110 | axp209: pmic@34 { |
| 111 | reg = <0x34>; |
| 112 | |
| 113 | /* |
| 114 | * The interrupt is routed through the "External Fast |
| 115 | * Interrupt Request" pin (ball G13 of the module) |
| 116 | * directly to the main interrupt controller, without |
| 117 | * any other controller interfering. |
| 118 | */ |
| 119 | interrupts = <0>; |
| 120 | }; |
| 121 | }; |
| 122 | |
| 123 | #include "axp209.dtsi" |
| 124 | |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 125 | &ac_power_supply { |
| 126 | status = "okay"; |
| 127 | }; |
| 128 | |
| 129 | &battery_power_supply { |
| 130 | status = "okay"; |
| 131 | }; |
| 132 | |
| 133 | &i2c1 { |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 134 | status = "disabled"; |
| 135 | }; |
| 136 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 137 | &i2c2 { |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 138 | status = "okay"; |
| 139 | |
| 140 | xio: gpio@38 { |
| 141 | compatible = "nxp,pcf8574a"; |
| 142 | reg = <0x38>; |
| 143 | |
| 144 | gpio-controller; |
| 145 | #gpio-cells = <2>; |
| 146 | |
| 147 | interrupt-parent = <&pio>; |
| 148 | interrupts = <6 0 IRQ_TYPE_EDGE_FALLING>; |
| 149 | interrupt-controller; |
| 150 | #interrupt-cells = <2>; |
| 151 | }; |
| 152 | }; |
| 153 | |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 154 | &mmc0_pins { |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 155 | bias-pull-up; |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 156 | }; |
| 157 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 158 | &mmc0 { |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 159 | vmmc-supply = <®_vcc3v3>; |
| 160 | mmc-pwrseq = <&mmc0_pwrseq>; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 161 | bus-width = <4>; |
| 162 | non-removable; |
| 163 | status = "okay"; |
| 164 | }; |
| 165 | |
| 166 | &ohci0 { |
| 167 | status = "okay"; |
| 168 | }; |
| 169 | |
| 170 | &otg_sram { |
| 171 | status = "okay"; |
| 172 | }; |
| 173 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 174 | ®_dcdc2 { |
| 175 | regulator-min-microvolt = <1000000>; |
| 176 | regulator-max-microvolt = <1400000>; |
| 177 | regulator-name = "cpuvdd"; |
| 178 | regulator-always-on; |
| 179 | }; |
| 180 | |
| 181 | ®_dcdc3 { |
| 182 | regulator-min-microvolt = <1000000>; |
| 183 | regulator-max-microvolt = <1300000>; |
| 184 | regulator-name = "corevdd"; |
| 185 | regulator-always-on; |
| 186 | }; |
| 187 | |
| 188 | ®_ldo1 { |
| 189 | regulator-name = "rtcvdd"; |
| 190 | }; |
| 191 | |
| 192 | ®_ldo2 { |
| 193 | regulator-min-microvolt = <2700000>; |
| 194 | regulator-max-microvolt = <3300000>; |
| 195 | regulator-name = "avcc"; |
| 196 | regulator-always-on; |
| 197 | }; |
| 198 | |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 199 | /* |
| 200 | * Both LDO3 and LDO4 are used in parallel to power up the WiFi/BT |
| 201 | * Chip. |
| 202 | * |
| 203 | * If those are not enabled, the SDIO part will not enumerate, and |
| 204 | * since there's no way currently to pass DT infos to an SDIO device, |
| 205 | * we cannot really do better than this ugly hack for now. |
| 206 | */ |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 207 | ®_ldo3 { |
| 208 | regulator-min-microvolt = <3300000>; |
| 209 | regulator-max-microvolt = <3300000>; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 210 | regulator-name = "vcc-wifi-1"; |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 211 | regulator-always-on; |
| 212 | }; |
| 213 | |
| 214 | ®_ldo4 { |
| 215 | regulator-min-microvolt = <3300000>; |
| 216 | regulator-max-microvolt = <3300000>; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 217 | regulator-name = "vcc-wifi-2"; |
Hans de Goede | 19888a4 | 2016-03-14 17:37:09 +0100 | [diff] [blame] | 218 | regulator-always-on; |
| 219 | }; |
| 220 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 221 | ®_ldo5 { |
| 222 | regulator-min-microvolt = <1800000>; |
| 223 | regulator-max-microvolt = <1800000>; |
| 224 | regulator-name = "vcc-1v8"; |
| 225 | }; |
| 226 | |
| 227 | ®_usb0_vbus { |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 228 | vin-supply = <®_vcc5v0>; |
| 229 | gpio = <&pio 1 10 GPIO_ACTIVE_HIGH>; /* PB10 */ |
| 230 | status = "okay"; |
| 231 | }; |
| 232 | |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 233 | &spi2 { |
| 234 | pinctrl-names = "default"; |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 235 | pinctrl-0 = <&spi2_pe_pins>; |
Jagan Teki | d5e069d | 2018-08-05 00:40:08 +0530 | [diff] [blame] | 236 | status = "disabled"; |
| 237 | }; |
| 238 | |
Hans de Goede | 6ebb4d0 | 2016-08-18 20:51:12 +0200 | [diff] [blame] | 239 | &tcon0 { |
| 240 | status = "okay"; |
| 241 | }; |
| 242 | |
| 243 | &tve0 { |
| 244 | status = "okay"; |
| 245 | }; |
| 246 | |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 247 | &uart1 { |
| 248 | pinctrl-names = "default"; |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 249 | pinctrl-0 = <&uart1_pg_pins>; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 250 | status = "okay"; |
| 251 | }; |
| 252 | |
| 253 | &uart3 { |
| 254 | pinctrl-names = "default"; |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 255 | pinctrl-0 = <&uart3_pg_pins>, |
| 256 | <&uart3_cts_rts_pg_pins>; |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 257 | status = "okay"; |
| 258 | }; |
| 259 | |
| 260 | &usb_otg { |
| 261 | dr_mode = "otg"; |
| 262 | status = "okay"; |
| 263 | }; |
| 264 | |
| 265 | &usb_power_supply { |
| 266 | status = "okay"; |
| 267 | }; |
| 268 | |
| 269 | &usbphy { |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 270 | status = "okay"; |
| 271 | |
Samuel Holland | 8d6fe61 | 2022-04-27 15:31:24 -0500 | [diff] [blame] | 272 | usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
Maxime Ripard | 53bd639 | 2015-10-15 22:04:10 +0200 | [diff] [blame] | 273 | usb0_vbus_power-supply = <&usb_power_supply>; |
| 274 | usb0_vbus-supply = <®_usb0_vbus>; |
| 275 | usb1_vbus-supply = <®_vcc5v0>; |
| 276 | }; |