Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 Endless Mobile, Inc. |
| 3 | * Author: Carlo Caione <carlo@endlessm.com> |
| 4 | * |
| 5 | * This file is dual-licensed: you can use it either under the terms |
| 6 | * of the GPL or the X11 license, at your option. Note that this dual |
| 7 | * licensing only applies to this file, and not this project as a |
| 8 | * whole. |
| 9 | * |
| 10 | * a) This library is free software; you can redistribute it and/or |
| 11 | * modify it under the terms of the GNU General Public License as |
| 12 | * published by the Free Software Foundation; either version 2 of the |
| 13 | * License, or (at your option) any later version. |
| 14 | * |
| 15 | * This library is distributed in the hope that it will be useful, |
| 16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | * GNU General Public License for more details. |
| 19 | * |
| 20 | * You should have received a copy of the GNU General Public License |
| 21 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 22 | * |
| 23 | * Or, alternatively, |
| 24 | * |
| 25 | * b) Permission is hereby granted, free of charge, to any person |
| 26 | * obtaining a copy of this software and associated documentation |
| 27 | * files (the "Software"), to deal in the Software without |
| 28 | * restriction, including without limitation the rights to use, |
| 29 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 30 | * sell copies of the Software, and to permit persons to whom the |
| 31 | * Software is furnished to do so, subject to the following |
| 32 | * conditions: |
| 33 | * |
| 34 | * The above copyright notice and this permission notice shall be |
| 35 | * included in all copies or substantial portions of the Software. |
| 36 | * |
| 37 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 38 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 39 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 40 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 41 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 42 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 43 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 44 | * OTHER DEALINGS IN THE SOFTWARE. |
| 45 | */ |
| 46 | |
| 47 | #include <dt-bindings/clock/meson8b-clkc.h> |
| 48 | #include <dt-bindings/gpio/meson8b-gpio.h> |
Neil Armstrong | cad059c | 2016-05-30 15:27:18 +0200 | [diff] [blame] | 49 | #include <dt-bindings/reset/amlogic,meson8b-reset.h> |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 50 | #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h> |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 51 | #include "meson.dtsi" |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 52 | |
| 53 | / { |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 54 | cpus { |
| 55 | #address-cells = <1>; |
| 56 | #size-cells = <0>; |
| 57 | |
Martin Blumenstingl | e8d85d7 | 2018-04-22 12:45:02 +0200 | [diff] [blame] | 58 | cpu0: cpu@200 { |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 59 | device_type = "cpu"; |
| 60 | compatible = "arm,cortex-a5"; |
| 61 | next-level-cache = <&L2>; |
| 62 | reg = <0x200>; |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 63 | enable-method = "amlogic,meson8b-smp"; |
| 64 | resets = <&clkc CLKC_RESET_CPU0_SOFT_RESET>; |
Martin Blumenstingl | c311552 | 2018-11-30 00:00:44 +0100 | [diff] [blame] | 65 | operating-points-v2 = <&cpu_opp_table>; |
| 66 | clocks = <&clkc CLKID_CPUCLK>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 67 | }; |
| 68 | |
Martin Blumenstingl | e8d85d7 | 2018-04-22 12:45:02 +0200 | [diff] [blame] | 69 | cpu1: cpu@201 { |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 70 | device_type = "cpu"; |
| 71 | compatible = "arm,cortex-a5"; |
| 72 | next-level-cache = <&L2>; |
| 73 | reg = <0x201>; |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 74 | enable-method = "amlogic,meson8b-smp"; |
| 75 | resets = <&clkc CLKC_RESET_CPU1_SOFT_RESET>; |
Martin Blumenstingl | c311552 | 2018-11-30 00:00:44 +0100 | [diff] [blame] | 76 | operating-points-v2 = <&cpu_opp_table>; |
| 77 | clocks = <&clkc CLKID_CPUCLK>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 78 | }; |
| 79 | |
Martin Blumenstingl | e8d85d7 | 2018-04-22 12:45:02 +0200 | [diff] [blame] | 80 | cpu2: cpu@202 { |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 81 | device_type = "cpu"; |
| 82 | compatible = "arm,cortex-a5"; |
| 83 | next-level-cache = <&L2>; |
| 84 | reg = <0x202>; |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 85 | enable-method = "amlogic,meson8b-smp"; |
| 86 | resets = <&clkc CLKC_RESET_CPU2_SOFT_RESET>; |
Martin Blumenstingl | c311552 | 2018-11-30 00:00:44 +0100 | [diff] [blame] | 87 | operating-points-v2 = <&cpu_opp_table>; |
| 88 | clocks = <&clkc CLKID_CPUCLK>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 89 | }; |
| 90 | |
Martin Blumenstingl | e8d85d7 | 2018-04-22 12:45:02 +0200 | [diff] [blame] | 91 | cpu3: cpu@203 { |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 92 | device_type = "cpu"; |
| 93 | compatible = "arm,cortex-a5"; |
| 94 | next-level-cache = <&L2>; |
| 95 | reg = <0x203>; |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 96 | enable-method = "amlogic,meson8b-smp"; |
| 97 | resets = <&clkc CLKC_RESET_CPU3_SOFT_RESET>; |
Martin Blumenstingl | c311552 | 2018-11-30 00:00:44 +0100 | [diff] [blame] | 98 | operating-points-v2 = <&cpu_opp_table>; |
| 99 | clocks = <&clkc CLKID_CPUCLK>; |
| 100 | }; |
| 101 | }; |
| 102 | |
| 103 | cpu_opp_table: opp-table { |
| 104 | compatible = "operating-points-v2"; |
| 105 | opp-shared; |
| 106 | |
| 107 | opp-96000000 { |
| 108 | opp-hz = /bits/ 64 <96000000>; |
| 109 | opp-microvolt = <860000>; |
| 110 | }; |
| 111 | opp-192000000 { |
| 112 | opp-hz = /bits/ 64 <192000000>; |
| 113 | opp-microvolt = <860000>; |
| 114 | }; |
| 115 | opp-312000000 { |
| 116 | opp-hz = /bits/ 64 <312000000>; |
| 117 | opp-microvolt = <860000>; |
| 118 | }; |
| 119 | opp-408000000 { |
| 120 | opp-hz = /bits/ 64 <408000000>; |
| 121 | opp-microvolt = <860000>; |
| 122 | }; |
| 123 | opp-504000000 { |
| 124 | opp-hz = /bits/ 64 <504000000>; |
| 125 | opp-microvolt = <860000>; |
| 126 | }; |
| 127 | opp-600000000 { |
| 128 | opp-hz = /bits/ 64 <600000000>; |
| 129 | opp-microvolt = <860000>; |
| 130 | }; |
| 131 | opp-720000000 { |
| 132 | opp-hz = /bits/ 64 <720000000>; |
| 133 | opp-microvolt = <860000>; |
| 134 | }; |
| 135 | opp-816000000 { |
| 136 | opp-hz = /bits/ 64 <816000000>; |
| 137 | opp-microvolt = <900000>; |
| 138 | }; |
| 139 | opp-1008000000 { |
| 140 | opp-hz = /bits/ 64 <1008000000>; |
| 141 | opp-microvolt = <1140000>; |
| 142 | }; |
| 143 | opp-1200000000 { |
| 144 | opp-hz = /bits/ 64 <1200000000>; |
| 145 | opp-microvolt = <1140000>; |
| 146 | }; |
| 147 | opp-1320000000 { |
| 148 | opp-hz = /bits/ 64 <1320000000>; |
| 149 | opp-microvolt = <1140000>; |
| 150 | }; |
| 151 | opp-1488000000 { |
| 152 | opp-hz = /bits/ 64 <1488000000>; |
| 153 | opp-microvolt = <1140000>; |
| 154 | }; |
| 155 | opp-1536000000 { |
| 156 | opp-hz = /bits/ 64 <1536000000>; |
| 157 | opp-microvolt = <1140000>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 158 | }; |
| 159 | }; |
Martin Blumenstingl | d8dd3d2 | 2017-06-15 23:33:51 +0200 | [diff] [blame] | 160 | |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 161 | gpu_opp_table: gpu-opp-table { |
| 162 | compatible = "operating-points-v2"; |
| 163 | |
| 164 | opp-255000000 { |
| 165 | opp-hz = /bits/ 64 <255000000>; |
Martin Blumenstingl | 26d6514 | 2019-05-12 21:39:36 +0200 | [diff] [blame^] | 166 | opp-microvolt = <1100000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 167 | }; |
| 168 | opp-364300000 { |
| 169 | opp-hz = /bits/ 64 <364300000>; |
Martin Blumenstingl | 26d6514 | 2019-05-12 21:39:36 +0200 | [diff] [blame^] | 170 | opp-microvolt = <1100000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 171 | }; |
| 172 | opp-425000000 { |
| 173 | opp-hz = /bits/ 64 <425000000>; |
Martin Blumenstingl | 26d6514 | 2019-05-12 21:39:36 +0200 | [diff] [blame^] | 174 | opp-microvolt = <1100000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 175 | }; |
| 176 | opp-510000000 { |
| 177 | opp-hz = /bits/ 64 <510000000>; |
Martin Blumenstingl | 26d6514 | 2019-05-12 21:39:36 +0200 | [diff] [blame^] | 178 | opp-microvolt = <1100000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 179 | }; |
| 180 | opp-637500000 { |
| 181 | opp-hz = /bits/ 64 <637500000>; |
Martin Blumenstingl | 26d6514 | 2019-05-12 21:39:36 +0200 | [diff] [blame^] | 182 | opp-microvolt = <1100000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 183 | turbo-mode; |
| 184 | }; |
| 185 | }; |
| 186 | |
Martin Blumenstingl | e8d85d7 | 2018-04-22 12:45:02 +0200 | [diff] [blame] | 187 | pmu { |
| 188 | compatible = "arm,cortex-a5-pmu"; |
| 189 | interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, |
| 190 | <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>, |
| 191 | <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>, |
| 192 | <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; |
| 193 | interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; |
| 194 | }; |
| 195 | |
Linus Lüssing | b9b4bf5 | 2017-10-02 17:59:03 +0200 | [diff] [blame] | 196 | reserved-memory { |
| 197 | #address-cells = <1>; |
| 198 | #size-cells = <1>; |
| 199 | ranges; |
| 200 | |
| 201 | /* 2 MiB reserved for Hardware ROM Firmware? */ |
| 202 | hwrom@0 { |
| 203 | reg = <0x0 0x200000>; |
| 204 | no-map; |
| 205 | }; |
| 206 | }; |
Martin Blumenstingl | e402d24 | 2018-12-08 17:50:25 +0100 | [diff] [blame] | 207 | |
| 208 | apb: bus@d0000000 { |
| 209 | compatible = "simple-bus"; |
| 210 | reg = <0xd0000000 0x200000>; |
| 211 | #address-cells = <1>; |
| 212 | #size-cells = <1>; |
| 213 | ranges = <0x0 0xd0000000 0x200000>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 214 | |
| 215 | mali: gpu@c0000 { |
| 216 | compatible = "amlogic,meson8b-mali", "arm,mali-450"; |
| 217 | reg = <0xc0000 0x40000>; |
| 218 | interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, |
| 219 | <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, |
| 220 | <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, |
| 221 | <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, |
| 222 | <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>, |
| 223 | <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>, |
| 224 | <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>, |
| 225 | <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; |
| 226 | interrupt-names = "gp", "gpmmu", "pp", "pmu", |
| 227 | "pp0", "ppmmu0", "pp1", "ppmmu1"; |
| 228 | resets = <&reset RESET_MALI>; |
| 229 | clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>; |
| 230 | clock-names = "bus", "core"; |
| 231 | operating-points-v2 = <&gpu_opp_table>; |
Martin Blumenstingl | c3ea80b | 2018-12-08 18:12:47 +0100 | [diff] [blame] | 232 | }; |
Martin Blumenstingl | e402d24 | 2018-12-08 17:50:25 +0100 | [diff] [blame] | 233 | }; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 234 | }; /* end of / */ |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 235 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 236 | &aobus { |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 237 | pmu: pmu@e0 { |
| 238 | compatible = "amlogic,meson8b-pmu", "syscon"; |
| 239 | reg = <0xe0 0x18>; |
| 240 | }; |
| 241 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 242 | pinctrl_aobus: pinctrl@84 { |
| 243 | compatible = "amlogic,meson8b-aobus-pinctrl"; |
| 244 | reg = <0x84 0xc>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 245 | #address-cells = <1>; |
| 246 | #size-cells = <1>; |
| 247 | ranges; |
| 248 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 249 | gpio_ao: ao-bank@14 { |
| 250 | reg = <0x14 0x4>, |
| 251 | <0x2c 0x4>, |
| 252 | <0x24 0x8>; |
| 253 | reg-names = "mux", "pull", "gpio"; |
| 254 | gpio-controller; |
| 255 | #gpio-cells = <2>; |
Jerome Brunet | 677c432 | 2017-09-21 19:14:44 +0200 | [diff] [blame] | 256 | gpio-ranges = <&pinctrl_aobus 0 0 16>; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 257 | }; |
| 258 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 259 | uart_ao_a_pins: uart_ao_a { |
| 260 | mux { |
| 261 | groups = "uart_tx_ao_a", "uart_rx_ao_a"; |
| 262 | function = "uart_ao"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 263 | bias-disable; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 264 | }; |
| 265 | }; |
Martin Blumenstingl | 15b520f | 2018-05-06 22:57:49 +0200 | [diff] [blame] | 266 | |
| 267 | ir_recv_pins: remote { |
| 268 | mux { |
| 269 | groups = "remote_input"; |
| 270 | function = "remote"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 271 | bias-disable; |
Martin Blumenstingl | 15b520f | 2018-05-06 22:57:49 +0200 | [diff] [blame] | 272 | }; |
| 273 | }; |
Carlo Caione | 4a69fcd | 2015-10-07 22:31:04 +0200 | [diff] [blame] | 274 | }; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 275 | }; |
| 276 | |
| 277 | &cbus { |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 278 | reset: reset-controller@4404 { |
| 279 | compatible = "amlogic,meson8b-reset"; |
Martin Blumenstingl | a2730ed | 2018-01-21 23:14:12 +0100 | [diff] [blame] | 280 | reg = <0x4404 0x9c>; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 281 | #reset-cells = <1>; |
| 282 | }; |
| 283 | |
Martin Blumenstingl | bd835d5 | 2017-09-23 16:14:03 +0200 | [diff] [blame] | 284 | analog_top: analog-top@81a8 { |
| 285 | compatible = "amlogic,meson8b-analog-top", "syscon"; |
| 286 | reg = <0x81a8 0x14>; |
| 287 | }; |
| 288 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 289 | pwm_ef: pwm@86c0 { |
| 290 | compatible = "amlogic,meson8b-pwm"; |
| 291 | reg = <0x86c0 0x10>; |
| 292 | #pwm-cells = <3>; |
| 293 | status = "disabled"; |
| 294 | }; |
| 295 | |
Martin Blumenstingl | f1975b98 | 2019-02-09 01:26:41 +0100 | [diff] [blame] | 296 | clock-measure@8758 { |
| 297 | compatible = "amlogic,meson8b-clk-measure"; |
| 298 | reg = <0x8758 0x1c>; |
| 299 | }; |
| 300 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 301 | pinctrl_cbus: pinctrl@9880 { |
| 302 | compatible = "amlogic,meson8b-cbus-pinctrl"; |
| 303 | reg = <0x9880 0x10>; |
| 304 | #address-cells = <1>; |
| 305 | #size-cells = <1>; |
| 306 | ranges; |
| 307 | |
| 308 | gpio: banks@80b0 { |
| 309 | reg = <0x80b0 0x28>, |
| 310 | <0x80e8 0x18>, |
| 311 | <0x8120 0x18>, |
| 312 | <0x8030 0x38>; |
| 313 | reg-names = "mux", "pull", "pull-enable", "gpio"; |
| 314 | gpio-controller; |
| 315 | #gpio-cells = <2>; |
Martin Blumenstingl | 4e461e6 | 2018-03-12 21:57:09 +0100 | [diff] [blame] | 316 | gpio-ranges = <&pinctrl_cbus 0 0 83>; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 317 | }; |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 318 | |
| 319 | eth_rgmii_pins: eth-rgmii { |
| 320 | mux { |
| 321 | groups = "eth_tx_clk", |
| 322 | "eth_tx_en", |
| 323 | "eth_txd1_0", |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 324 | "eth_txd0_0", |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 325 | "eth_rx_clk", |
| 326 | "eth_rx_dv", |
| 327 | "eth_rxd1", |
| 328 | "eth_rxd0", |
| 329 | "eth_mdio_en", |
| 330 | "eth_mdc", |
| 331 | "eth_ref_clk", |
| 332 | "eth_txd2", |
Martin Blumenstingl | 29f0023 | 2018-12-29 15:35:56 +0100 | [diff] [blame] | 333 | "eth_txd3", |
| 334 | "eth_rxd3", |
| 335 | "eth_rxd2"; |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 336 | function = "ethernet"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 337 | bias-disable; |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 338 | }; |
| 339 | }; |
Linus Lüssing | e03efbc | 2018-03-17 21:11:14 +0100 | [diff] [blame] | 340 | |
Martin Blumenstingl | a77d0ba | 2018-09-22 17:10:02 +0200 | [diff] [blame] | 341 | eth_rmii_pins: eth-rmii { |
| 342 | mux { |
| 343 | groups = "eth_tx_en", |
| 344 | "eth_txd1_0", |
| 345 | "eth_txd0_0", |
| 346 | "eth_rx_clk", |
| 347 | "eth_rx_dv", |
| 348 | "eth_rxd1", |
| 349 | "eth_rxd0", |
| 350 | "eth_mdio_en", |
| 351 | "eth_mdc"; |
| 352 | function = "ethernet"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 353 | bias-disable; |
Martin Blumenstingl | a77d0ba | 2018-09-22 17:10:02 +0200 | [diff] [blame] | 354 | }; |
| 355 | }; |
| 356 | |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 357 | i2c_a_pins: i2c-a { |
| 358 | mux { |
| 359 | groups = "i2c_sda_a", "i2c_sck_a"; |
| 360 | function = "i2c_a"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 361 | bias-disable; |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 362 | }; |
| 363 | }; |
| 364 | |
Linus Lüssing | e03efbc | 2018-03-17 21:11:14 +0100 | [diff] [blame] | 365 | sd_b_pins: sd-b { |
| 366 | mux { |
| 367 | groups = "sd_d0_b", "sd_d1_b", "sd_d2_b", |
| 368 | "sd_d3_b", "sd_clk_b", "sd_cmd_b"; |
| 369 | function = "sd_b"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 370 | bias-disable; |
Linus Lüssing | e03efbc | 2018-03-17 21:11:14 +0100 | [diff] [blame] | 371 | }; |
| 372 | }; |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 373 | |
| 374 | pwm_c1_pins: pwm-c1 { |
| 375 | mux { |
| 376 | groups = "pwm_c1"; |
| 377 | function = "pwm_c"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 378 | bias-disable; |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 379 | }; |
| 380 | }; |
| 381 | |
| 382 | uart_b0_pins: uart-b0 { |
| 383 | mux { |
| 384 | groups = "uart_tx_b0", |
| 385 | "uart_rx_b0"; |
| 386 | function = "uart_b"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 387 | bias-disable; |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 388 | }; |
| 389 | }; |
| 390 | |
| 391 | uart_b0_cts_rts_pins: uart-b0-cts-rts { |
| 392 | mux { |
| 393 | groups = "uart_cts_b0", |
| 394 | "uart_rts_b0"; |
| 395 | function = "uart_b"; |
Jerome Brunet | 7e26335 | 2018-11-09 15:04:45 +0100 | [diff] [blame] | 396 | bias-disable; |
Martin Blumenstingl | c821b81 | 2018-09-22 17:10:01 +0200 | [diff] [blame] | 397 | }; |
| 398 | }; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 399 | }; |
| 400 | }; |
| 401 | |
Carlo Caione | 4692142 | 2017-09-17 18:45:23 +0200 | [diff] [blame] | 402 | &ahb_sram { |
| 403 | smp-sram@1ff80 { |
| 404 | compatible = "amlogic,meson8b-smp-sram"; |
| 405 | reg = <0x1ff80 0x8>; |
| 406 | }; |
| 407 | }; |
| 408 | |
Martin Blumenstingl | 2cb51a8 | 2017-10-03 01:28:04 +0200 | [diff] [blame] | 409 | |
| 410 | &efuse { |
| 411 | compatible = "amlogic,meson8b-efuse"; |
| 412 | clocks = <&clkc CLKID_EFUSE>; |
| 413 | clock-names = "core"; |
Martin Blumenstingl | bbbcf64 | 2019-01-18 23:52:24 +0100 | [diff] [blame] | 414 | |
| 415 | temperature_calib: calib@1f4 { |
| 416 | /* only the upper two bytes are relevant */ |
| 417 | reg = <0x1f4 0x4>; |
| 418 | }; |
Martin Blumenstingl | 2cb51a8 | 2017-10-03 01:28:04 +0200 | [diff] [blame] | 419 | }; |
| 420 | |
Martin Blumenstingl | f28d4bd | 2017-06-15 23:33:52 +0200 | [diff] [blame] | 421 | ðmac { |
Emiliano Ingrassia | b964465 | 2018-01-19 02:48:00 +0100 | [diff] [blame] | 422 | compatible = "amlogic,meson8b-dwmac", "snps,dwmac-3.70a", "snps,dwmac"; |
| 423 | |
| 424 | reg = <0xc9410000 0x10000 |
| 425 | 0xc1108140 0x4>; |
| 426 | |
| 427 | clocks = <&clkc CLKID_ETH>, |
| 428 | <&clkc CLKID_MPLL2>, |
| 429 | <&clkc CLKID_MPLL2>; |
| 430 | clock-names = "stmmaceth", "clkin0", "clkin1"; |
| 431 | |
| 432 | resets = <&reset RESET_ETHERNET>; |
| 433 | reset-names = "stmmaceth"; |
Martin Blumenstingl | f28d4bd | 2017-06-15 23:33:52 +0200 | [diff] [blame] | 434 | }; |
| 435 | |
Jerome Brunet | 7d32bc0 | 2017-10-19 14:01:41 +0200 | [diff] [blame] | 436 | &gpio_intc { |
| 437 | compatible = "amlogic,meson-gpio-intc", |
| 438 | "amlogic,meson8b-gpio-intc"; |
| 439 | status = "okay"; |
| 440 | }; |
| 441 | |
Martin Blumenstingl | b6db393 | 2019-01-18 23:52:21 +0100 | [diff] [blame] | 442 | &hhi { |
| 443 | clkc: clock-controller { |
| 444 | compatible = "amlogic,meson8-clkc"; |
| 445 | #clock-cells = <1>; |
| 446 | #reset-cells = <1>; |
| 447 | }; |
| 448 | }; |
| 449 | |
Martin Blumenstingl | a35910d | 2017-06-15 23:33:49 +0200 | [diff] [blame] | 450 | &hwrng { |
| 451 | compatible = "amlogic,meson8b-rng", "amlogic,meson-rng"; |
| 452 | clocks = <&clkc CLKID_RNG0>; |
| 453 | clock-names = "core"; |
| 454 | }; |
| 455 | |
Martin Blumenstingl | 7a6cc8b | 2018-02-17 17:06:50 +0100 | [diff] [blame] | 456 | &i2c_AO { |
| 457 | clocks = <&clkc CLKID_CLK81>; |
| 458 | }; |
| 459 | |
| 460 | &i2c_A { |
| 461 | clocks = <&clkc CLKID_I2C>; |
| 462 | }; |
| 463 | |
| 464 | &i2c_B { |
| 465 | clocks = <&clkc CLKID_I2C>; |
| 466 | }; |
| 467 | |
Carlo Caione | bbe5b23 | 2017-04-17 23:42:44 +0200 | [diff] [blame] | 468 | &L2 { |
| 469 | arm,data-latency = <3 3 3>; |
| 470 | arm,tag-latency = <2 2 2>; |
| 471 | arm,filter-ranges = <0x100000 0xc0000000>; |
Martin Blumenstingl | 9bef306 | 2017-10-31 23:23:15 +0100 | [diff] [blame] | 472 | prefetch-data = <1>; |
| 473 | prefetch-instr = <1>; |
| 474 | arm,shared-override; |
Carlo Caione | bbe5b23 | 2017-04-17 23:42:44 +0200 | [diff] [blame] | 475 | }; |
| 476 | |
Martin Blumenstingl | e8c276d | 2018-11-23 20:53:07 +0100 | [diff] [blame] | 477 | &periph { |
| 478 | scu@0 { |
| 479 | compatible = "arm,cortex-a5-scu"; |
| 480 | reg = <0x0 0x100>; |
| 481 | }; |
Martin Blumenstingl | f5506e8 | 2018-11-23 20:53:10 +0100 | [diff] [blame] | 482 | |
Martin Blumenstingl | da38636 | 2018-11-23 20:53:11 +0100 | [diff] [blame] | 483 | timer@200 { |
| 484 | compatible = "arm,cortex-a5-global-timer"; |
| 485 | reg = <0x200 0x20>; |
| 486 | interrupts = <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; |
| 487 | clocks = <&clkc CLKID_PERIPH>; |
| 488 | |
| 489 | /* |
| 490 | * the arm_global_timer driver currently does not handle clock |
| 491 | * rate changes. Keep it disabled for now. |
| 492 | */ |
| 493 | status = "disabled"; |
| 494 | }; |
| 495 | |
Martin Blumenstingl | f5506e8 | 2018-11-23 20:53:10 +0100 | [diff] [blame] | 496 | timer@600 { |
| 497 | compatible = "arm,cortex-a5-twd-timer"; |
| 498 | reg = <0x600 0x20>; |
| 499 | interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; |
| 500 | clocks = <&clkc CLKID_PERIPH>; |
| 501 | }; |
Martin Blumenstingl | e8c276d | 2018-11-23 20:53:07 +0100 | [diff] [blame] | 502 | }; |
| 503 | |
Martin Blumenstingl | 440bdcd | 2017-07-12 00:20:14 +0200 | [diff] [blame] | 504 | &pwm_ab { |
| 505 | compatible = "amlogic,meson8b-pwm"; |
| 506 | }; |
| 507 | |
| 508 | &pwm_cd { |
| 509 | compatible = "amlogic,meson8b-pwm"; |
| 510 | }; |
| 511 | |
Martin Blumenstingl | f6eb973 | 2019-04-13 18:34:21 +0200 | [diff] [blame] | 512 | &rtc { |
| 513 | compatible = "amlogic,meson8b-rtc"; |
| 514 | resets = <&reset RESET_RTC>; |
| 515 | }; |
| 516 | |
Martin Blumenstingl | a39a3b9 | 2017-06-15 23:33:47 +0200 | [diff] [blame] | 517 | &saradc { |
| 518 | compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc"; |
| 519 | clocks = <&clkc CLKID_XTAL>, |
Xingyu Chen | b9b9db0 | 2017-11-16 17:01:15 +0800 | [diff] [blame] | 520 | <&clkc CLKID_SAR_ADC>; |
| 521 | clock-names = "clkin", "core"; |
Martin Blumenstingl | bbbcf64 | 2019-01-18 23:52:24 +0100 | [diff] [blame] | 522 | amlogic,hhi-sysctrl = <&hhi>; |
| 523 | nvmem-cells = <&temperature_calib>; |
| 524 | nvmem-cell-names = "temperature_calib"; |
Martin Blumenstingl | a39a3b9 | 2017-06-15 23:33:47 +0200 | [diff] [blame] | 525 | }; |
| 526 | |
Martin Blumenstingl | 88b1b18 | 2017-10-07 18:29:39 +0200 | [diff] [blame] | 527 | &sdio { |
| 528 | compatible = "amlogic,meson8b-sdio", "amlogic,meson-mx-sdio"; |
| 529 | clocks = <&clkc CLKID_SDIO>, <&clkc CLKID_CLK81>; |
| 530 | clock-names = "core", "clkin"; |
| 531 | }; |
| 532 | |
Martin Blumenstingl | 7b141ab | 2018-11-16 21:42:35 +0100 | [diff] [blame] | 533 | &timer_abcde { |
| 534 | clocks = <&clkc CLKID_XTAL>, <&clkc CLKID_CLK81>; |
| 535 | clock-names = "xtal", "pclk"; |
| 536 | }; |
| 537 | |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 538 | &uart_AO { |
Martin Blumenstingl | b02d6e7 | 2017-11-17 23:58:57 +0100 | [diff] [blame] | 539 | compatible = "amlogic,meson8b-uart", "amlogic,meson-uart"; |
| 540 | clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_CLK81>; |
| 541 | clock-names = "baud", "xtal", "pclk"; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 542 | }; |
| 543 | |
| 544 | &uart_A { |
Martin Blumenstingl | b02d6e7 | 2017-11-17 23:58:57 +0100 | [diff] [blame] | 545 | compatible = "amlogic,meson8b-uart", "amlogic,meson-uart"; |
| 546 | clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART0>; |
| 547 | clock-names = "baud", "xtal", "pclk"; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 548 | }; |
| 549 | |
| 550 | &uart_B { |
Martin Blumenstingl | b02d6e7 | 2017-11-17 23:58:57 +0100 | [diff] [blame] | 551 | compatible = "amlogic,meson8b-uart", "amlogic,meson-uart"; |
| 552 | clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART1>; |
| 553 | clock-names = "baud", "xtal", "pclk"; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 554 | }; |
| 555 | |
| 556 | &uart_C { |
Martin Blumenstingl | b02d6e7 | 2017-11-17 23:58:57 +0100 | [diff] [blame] | 557 | compatible = "amlogic,meson8b-uart", "amlogic,meson-uart"; |
| 558 | clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART2>; |
| 559 | clock-names = "baud", "xtal", "pclk"; |
Martin Blumenstingl | f44135e | 2017-04-17 23:39:38 +0200 | [diff] [blame] | 560 | }; |
Martin Blumenstingl | e29b1cf | 2017-06-15 23:33:50 +0200 | [diff] [blame] | 561 | |
| 562 | &usb0 { |
| 563 | compatible = "amlogic,meson8b-usb", "snps,dwc2"; |
| 564 | clocks = <&clkc CLKID_USB0_DDR_BRIDGE>; |
| 565 | clock-names = "otg"; |
| 566 | }; |
| 567 | |
| 568 | &usb1 { |
| 569 | compatible = "amlogic,meson8b-usb", "snps,dwc2"; |
| 570 | clocks = <&clkc CLKID_USB1_DDR_BRIDGE>; |
| 571 | clock-names = "otg"; |
| 572 | }; |
| 573 | |
| 574 | &usb0_phy { |
| 575 | compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy"; |
| 576 | clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>; |
| 577 | clock-names = "usb_general", "usb"; |
| 578 | resets = <&reset RESET_USB_OTG>; |
| 579 | }; |
| 580 | |
| 581 | &usb1_phy { |
| 582 | compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy"; |
| 583 | clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB1>; |
| 584 | clock-names = "usb_general", "usb"; |
| 585 | resets = <&reset RESET_USB_OTG>; |
| 586 | }; |
Martin Blumenstingl | 2eca2a1 | 2017-07-12 00:22:22 +0200 | [diff] [blame] | 587 | |
| 588 | &wdt { |
| 589 | compatible = "amlogic,meson8b-wdt"; |
| 590 | }; |