1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2019 BayLibre SAS. All rights 3 * Copyright (c) 2019 BayLibre SAS. All rights reserved. 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 7 8 #include "meson-sm1.dtsi" 8 #include "meson-sm1.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/gpio/meson-g12a-gpio.h> 11 #include <dt-bindings/gpio/meson-g12a-gpio.h> 12 #include <dt-bindings/sound/meson-g12a-tohdmit 12 #include <dt-bindings/sound/meson-g12a-tohdmitx.h> 13 13 14 / { 14 / { 15 compatible = "seirobotics,sei610", "am 15 compatible = "seirobotics,sei610", "amlogic,sm1"; 16 model = "SEI Robotics SEI610"; 16 model = "SEI Robotics SEI610"; 17 17 18 aliases { 18 aliases { 19 serial0 = &uart_AO; 19 serial0 = &uart_AO; 20 ethernet0 = ðmac; 20 ethernet0 = ðmac; 21 }; 21 }; 22 22 23 mono_dac: audio-codec-0 { 23 mono_dac: audio-codec-0 { 24 compatible = "maxim,max98357a" 24 compatible = "maxim,max98357a"; 25 #sound-dai-cells = <0>; 25 #sound-dai-cells = <0>; 26 sound-name-prefix = "U16"; 26 sound-name-prefix = "U16"; 27 sdmode-gpios = <&gpio GPIOX_8 27 sdmode-gpios = <&gpio GPIOX_8 GPIO_ACTIVE_HIGH>; 28 }; 28 }; 29 29 30 dmics: audio-codec-1 { 30 dmics: audio-codec-1 { 31 #sound-dai-cells = <0>; 31 #sound-dai-cells = <0>; 32 compatible = "dmic-codec"; 32 compatible = "dmic-codec"; 33 num-channels = <2>; 33 num-channels = <2>; 34 wakeup-delay-ms = <50>; 34 wakeup-delay-ms = <50>; >> 35 status = "okay"; 35 sound-name-prefix = "MIC"; 36 sound-name-prefix = "MIC"; 36 }; 37 }; 37 38 38 chosen { 39 chosen { 39 stdout-path = "serial0:115200n 40 stdout-path = "serial0:115200n8"; 40 }; 41 }; 41 42 42 emmc_pwrseq: emmc-pwrseq { 43 emmc_pwrseq: emmc-pwrseq { 43 compatible = "mmc-pwrseq-emmc" 44 compatible = "mmc-pwrseq-emmc"; 44 reset-gpios = <&gpio BOOT_12 G 45 reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>; 45 }; 46 }; 46 47 47 gpio-keys { 48 gpio-keys { 48 compatible = "gpio-keys"; 49 compatible = "gpio-keys"; 49 50 50 key-1 { 51 key-1 { 51 label = "A"; 52 label = "A"; 52 linux,code = <BTN_0>; 53 linux,code = <BTN_0>; 53 gpios = <&gpio GPIOH_6 54 gpios = <&gpio GPIOH_6 GPIO_ACTIVE_LOW>; 54 interrupt-parent = <&g 55 interrupt-parent = <&gpio_intc>; 55 interrupts = <IRQID_GP !! 56 interrupts = <34 IRQ_TYPE_EDGE_BOTH>; 56 }; 57 }; 57 58 58 key-2 { 59 key-2 { 59 label = "B"; 60 label = "B"; 60 linux,code = <BTN_1>; 61 linux,code = <BTN_1>; 61 gpios = <&gpio GPIOH_7 62 gpios = <&gpio GPIOH_7 GPIO_ACTIVE_LOW>; 62 interrupt-parent = <&g 63 interrupt-parent = <&gpio_intc>; 63 interrupts = <IRQID_GP !! 64 interrupts = <35 IRQ_TYPE_EDGE_BOTH>; 64 }; 65 }; 65 66 66 key-3 { 67 key-3 { 67 label = "C"; 68 label = "C"; 68 linux,code = <BTN_2>; 69 linux,code = <BTN_2>; 69 gpios = <&gpio_ao GPIO 70 gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_LOW>; 70 interrupt-parent = <&g 71 interrupt-parent = <&gpio_intc>; 71 interrupts = <IRQID_GP !! 72 interrupts = <2 IRQ_TYPE_EDGE_BOTH>; 72 }; 73 }; 73 74 74 key-mic-mute { 75 key-mic-mute { 75 label = "MicMute"; 76 label = "MicMute"; 76 linux,code = <SW_MUTE_ 77 linux,code = <SW_MUTE_DEVICE>; 77 linux,input-type = <EV 78 linux,input-type = <EV_SW>; 78 gpios = <&gpio_ao GPIO 79 gpios = <&gpio_ao GPIOE_2 GPIO_ACTIVE_LOW>; 79 interrupt-parent = <&g 80 interrupt-parent = <&gpio_intc>; 80 interrupts = <IRQID_GP !! 81 interrupts = <99 IRQ_TYPE_EDGE_BOTH>; 81 }; 82 }; 82 83 83 key-power { 84 key-power { 84 label = "PowerKey"; 85 label = "PowerKey"; 85 linux,code = <KEY_POWE 86 linux,code = <KEY_POWER>; 86 gpios = <&gpio_ao GPIO 87 gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>; 87 interrupt-parent = <&g 88 interrupt-parent = <&gpio_intc>; 88 interrupts = <IRQID_GP !! 89 interrupts = <3 IRQ_TYPE_EDGE_BOTH>; 89 }; 90 }; 90 }; 91 }; 91 92 92 hdmi-connector { 93 hdmi-connector { 93 compatible = "hdmi-connector"; 94 compatible = "hdmi-connector"; 94 type = "a"; 95 type = "a"; 95 96 96 port { 97 port { 97 hdmi_connector_in: end 98 hdmi_connector_in: endpoint { 98 remote-endpoin 99 remote-endpoint = <&hdmi_tx_tmds_out>; 99 }; 100 }; 100 }; 101 }; 101 }; 102 }; 102 103 103 led-controller-1 { 104 led-controller-1 { 104 compatible = "gpio-leds"; 105 compatible = "gpio-leds"; 105 106 106 led-1 { 107 led-1 { 107 label = "sei610:blue:b 108 label = "sei610:blue:bt"; 108 gpios = <&gpio GPIOC_7 109 gpios = <&gpio GPIOC_7 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; 109 default-state = "off"; 110 default-state = "off"; 110 }; 111 }; 111 }; 112 }; 112 113 113 led-controller-2 { 114 led-controller-2 { 114 compatible = "pwm-leds"; 115 compatible = "pwm-leds"; 115 116 116 led-2 { 117 led-2 { 117 label = "sei610:red:po 118 label = "sei610:red:power"; 118 pwms = <&pwm_AO_ab 0 3 119 pwms = <&pwm_AO_ab 0 30518 0>; 119 max-brightness = <255> 120 max-brightness = <255>; 120 linux,default-trigger 121 linux,default-trigger = "default-on"; 121 active-low; 122 active-low; 122 }; 123 }; 123 }; 124 }; 124 125 125 memory@0 { 126 memory@0 { 126 device_type = "memory"; 127 device_type = "memory"; 127 reg = <0x0 0x0 0x0 0x40000000> 128 reg = <0x0 0x0 0x0 0x40000000>; 128 }; 129 }; 129 130 130 ao_5v: regulator-ao-5v { !! 131 ao_5v: regulator-ao_5v { 131 compatible = "regulator-fixed" 132 compatible = "regulator-fixed"; 132 regulator-name = "AO_5V"; 133 regulator-name = "AO_5V"; 133 regulator-min-microvolt = <500 134 regulator-min-microvolt = <5000000>; 134 regulator-max-microvolt = <500 135 regulator-max-microvolt = <5000000>; 135 vin-supply = <&dc_in>; 136 vin-supply = <&dc_in>; 136 regulator-always-on; 137 regulator-always-on; 137 }; 138 }; 138 139 139 dc_in: regulator-dc-in { !! 140 dc_in: regulator-dc_in { 140 compatible = "regulator-fixed" 141 compatible = "regulator-fixed"; 141 regulator-name = "DC_IN"; 142 regulator-name = "DC_IN"; 142 regulator-min-microvolt = <500 143 regulator-min-microvolt = <5000000>; 143 regulator-max-microvolt = <500 144 regulator-max-microvolt = <5000000>; 144 regulator-always-on; 145 regulator-always-on; 145 }; 146 }; 146 147 147 emmc_1v8: regulator-emmc-1v8 { !! 148 emmc_1v8: regulator-emmc_1v8 { 148 compatible = "regulator-fixed" 149 compatible = "regulator-fixed"; 149 regulator-name = "EMMC_1V8"; 150 regulator-name = "EMMC_1V8"; 150 regulator-min-microvolt = <180 151 regulator-min-microvolt = <1800000>; 151 regulator-max-microvolt = <180 152 regulator-max-microvolt = <1800000>; 152 vin-supply = <&vddao_3v3>; 153 vin-supply = <&vddao_3v3>; 153 regulator-always-on; 154 regulator-always-on; 154 }; 155 }; 155 156 156 vddao_3v3: regulator-vddao-3v3 { !! 157 vddao_3v3: regulator-vddao_3v3 { 157 compatible = "regulator-fixed" 158 compatible = "regulator-fixed"; 158 regulator-name = "VDDAO_3V3"; 159 regulator-name = "VDDAO_3V3"; 159 regulator-min-microvolt = <330 160 regulator-min-microvolt = <3300000>; 160 regulator-max-microvolt = <330 161 regulator-max-microvolt = <3300000>; 161 vin-supply = <&dc_in>; 162 vin-supply = <&dc_in>; 162 regulator-always-on; 163 regulator-always-on; 163 }; 164 }; 164 165 165 /* Used by Tuner, RGB Led & IR Emitter 166 /* Used by Tuner, RGB Led & IR Emitter LED array */ 166 vddao_3v3_t: regulator-vddao-3v3-t { !! 167 vddao_3v3_t: regulator-vddao_3v3_t { 167 compatible = "regulator-fixed" 168 compatible = "regulator-fixed"; 168 regulator-name = "VDDAO_3V3_T" 169 regulator-name = "VDDAO_3V3_T"; 169 regulator-min-microvolt = <330 170 regulator-min-microvolt = <3300000>; 170 regulator-max-microvolt = <330 171 regulator-max-microvolt = <3300000>; 171 vin-supply = <&vddao_3v3>; 172 vin-supply = <&vddao_3v3>; 172 gpio = <&gpio GPIOH_8 GPIO_OPE 173 gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; 173 regulator-always-on; 174 regulator-always-on; 174 }; 175 }; 175 176 176 vddcpu: regulator-vddcpu { 177 vddcpu: regulator-vddcpu { 177 /* 178 /* 178 * SY8120B1ABC DC/DC Regulator 179 * SY8120B1ABC DC/DC Regulator. 179 */ 180 */ 180 compatible = "pwm-regulator"; 181 compatible = "pwm-regulator"; 181 182 182 regulator-name = "VDDCPU"; 183 regulator-name = "VDDCPU"; 183 regulator-min-microvolt = <690 184 regulator-min-microvolt = <690000>; 184 regulator-max-microvolt = <105 185 regulator-max-microvolt = <1050000>; 185 186 186 pwm-supply = <&dc_in>; 187 pwm-supply = <&dc_in>; 187 188 188 pwms = <&pwm_AO_cd 1 1500 0>; 189 pwms = <&pwm_AO_cd 1 1500 0>; 189 pwm-dutycycle-range = <100 0>; 190 pwm-dutycycle-range = <100 0>; 190 191 191 regulator-boot-on; 192 regulator-boot-on; 192 regulator-always-on; 193 regulator-always-on; 193 }; 194 }; 194 195 195 vddio_ao1v8: regulator-vddio-ao1v8 { !! 196 vddio_ao1v8: regulator-vddio_ao1v8 { 196 compatible = "regulator-fixed" 197 compatible = "regulator-fixed"; 197 regulator-name = "VDDIO_AO1V8" 198 regulator-name = "VDDIO_AO1V8"; 198 regulator-min-microvolt = <180 199 regulator-min-microvolt = <1800000>; 199 regulator-max-microvolt = <180 200 regulator-max-microvolt = <1800000>; 200 vin-supply = <&vddao_3v3>; 201 vin-supply = <&vddao_3v3>; 201 regulator-always-on; 202 regulator-always-on; 202 }; 203 }; 203 204 204 sdio_pwrseq: sdio-pwrseq { 205 sdio_pwrseq: sdio-pwrseq { 205 compatible = "mmc-pwrseq-simpl 206 compatible = "mmc-pwrseq-simple"; 206 reset-gpios = <&gpio GPIOX_6 G 207 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>; 207 clocks = <&wifi32k>; 208 clocks = <&wifi32k>; 208 clock-names = "ext_clock"; 209 clock-names = "ext_clock"; 209 }; 210 }; 210 211 211 sound { 212 sound { 212 compatible = "amlogic,axg-soun 213 compatible = "amlogic,axg-sound-card"; 213 model = "SEI610"; 214 model = "SEI610"; 214 audio-aux-devs = <&tdmout_a>, 215 audio-aux-devs = <&tdmout_a>, <&tdmout_b>, 215 <&tdmin_a>, < 216 <&tdmin_a>, <&tdmin_b>; 216 audio-routing = "TDMOUT_A IN 0 217 audio-routing = "TDMOUT_A IN 0", "FRDDR_A OUT 0", 217 "TDMOUT_A IN 1 218 "TDMOUT_A IN 1", "FRDDR_B OUT 0", 218 "TDMOUT_A IN 2 219 "TDMOUT_A IN 2", "FRDDR_C OUT 0", 219 "TDM_A Playbac 220 "TDM_A Playback", "TDMOUT_A OUT", 220 "TDMOUT_B IN 0 221 "TDMOUT_B IN 0", "FRDDR_A OUT 1", 221 "TDMOUT_B IN 1 222 "TDMOUT_B IN 1", "FRDDR_B OUT 1", 222 "TDMOUT_B IN 2 223 "TDMOUT_B IN 2", "FRDDR_C OUT 1", 223 "TDM_B Playbac 224 "TDM_B Playback", "TDMOUT_B OUT", 224 "TODDR_A IN 4" 225 "TODDR_A IN 4", "PDM Capture", 225 "TODDR_B IN 4" 226 "TODDR_B IN 4", "PDM Capture", 226 "TODDR_C IN 4" 227 "TODDR_C IN 4", "PDM Capture", 227 "TDMIN_A IN 0" 228 "TDMIN_A IN 0", "TDM_A Capture", 228 "TDMIN_A IN 3" 229 "TDMIN_A IN 3", "TDM_A Loopback", 229 "TDMIN_B IN 0" 230 "TDMIN_B IN 0", "TDM_A Capture", 230 "TDMIN_B IN 3" 231 "TDMIN_B IN 3", "TDM_A Loopback", 231 "TDMIN_A IN 1" 232 "TDMIN_A IN 1", "TDM_B Capture", 232 "TDMIN_A IN 4" 233 "TDMIN_A IN 4", "TDM_B Loopback", 233 "TDMIN_B IN 1" 234 "TDMIN_B IN 1", "TDM_B Capture", 234 "TDMIN_B IN 4" 235 "TDMIN_B IN 4", "TDM_B Loopback", 235 "TODDR_A IN 0" 236 "TODDR_A IN 0", "TDMIN_A OUT", 236 "TODDR_B IN 0" 237 "TODDR_B IN 0", "TDMIN_A OUT", 237 "TODDR_C IN 0" 238 "TODDR_C IN 0", "TDMIN_A OUT", 238 "TODDR_A IN 1" 239 "TODDR_A IN 1", "TDMIN_B OUT", 239 "TODDR_B IN 1" 240 "TODDR_B IN 1", "TDMIN_B OUT", 240 "TODDR_C IN 1" 241 "TODDR_C IN 1", "TDMIN_B OUT"; 241 242 242 clocks = <&clkc CLKID_MPLL2>, << 243 <&clkc CLKID_MPLL0>, << 244 <&clkc CLKID_MPLL1>; << 245 << 246 assigned-clocks = <&clkc CLKID 243 assigned-clocks = <&clkc CLKID_MPLL2>, 247 <&clkc CLKID 244 <&clkc CLKID_MPLL0>, 248 <&clkc CLKID 245 <&clkc CLKID_MPLL1>; 249 assigned-clock-parents = <0>, 246 assigned-clock-parents = <0>, <0>, <0>; 250 assigned-clock-rates = <294912 247 assigned-clock-rates = <294912000>, 251 <270950 248 <270950400>, 252 <393216 249 <393216000>; >> 250 status = "okay"; 253 251 254 dai-link-0 { 252 dai-link-0 { 255 sound-dai = <&frddr_a> 253 sound-dai = <&frddr_a>; 256 }; 254 }; 257 255 258 dai-link-1 { 256 dai-link-1 { 259 sound-dai = <&frddr_b> 257 sound-dai = <&frddr_b>; 260 }; 258 }; 261 259 262 dai-link-2 { 260 dai-link-2 { 263 sound-dai = <&frddr_c> 261 sound-dai = <&frddr_c>; 264 }; 262 }; 265 263 266 dai-link-3 { 264 dai-link-3 { 267 sound-dai = <&toddr_a> 265 sound-dai = <&toddr_a>; 268 }; 266 }; 269 267 270 dai-link-4 { 268 dai-link-4 { 271 sound-dai = <&toddr_b> 269 sound-dai = <&toddr_b>; 272 }; 270 }; 273 271 274 dai-link-5 { 272 dai-link-5 { 275 sound-dai = <&toddr_c> 273 sound-dai = <&toddr_c>; 276 }; 274 }; 277 275 278 /* internal speaker interface 276 /* internal speaker interface */ 279 dai-link-6 { 277 dai-link-6 { 280 sound-dai = <&tdmif_a> 278 sound-dai = <&tdmif_a>; 281 dai-format = "i2s"; 279 dai-format = "i2s"; 282 dai-tdm-slot-tx-mask-0 280 dai-tdm-slot-tx-mask-0 = <1 1>; 283 mclk-fs = <256>; 281 mclk-fs = <256>; 284 282 285 codec-0 { 283 codec-0 { 286 sound-dai = <& 284 sound-dai = <&mono_dac>; 287 }; 285 }; 288 286 289 codec-1 { 287 codec-1 { 290 sound-dai = <& 288 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>; 291 }; 289 }; 292 }; 290 }; 293 291 294 /* 8ch hdmi interface */ 292 /* 8ch hdmi interface */ 295 dai-link-7 { 293 dai-link-7 { 296 sound-dai = <&tdmif_b> 294 sound-dai = <&tdmif_b>; 297 dai-format = "i2s"; 295 dai-format = "i2s"; 298 dai-tdm-slot-tx-mask-0 296 dai-tdm-slot-tx-mask-0 = <1 1>; 299 dai-tdm-slot-tx-mask-1 297 dai-tdm-slot-tx-mask-1 = <1 1>; 300 dai-tdm-slot-tx-mask-2 298 dai-tdm-slot-tx-mask-2 = <1 1>; 301 dai-tdm-slot-tx-mask-3 299 dai-tdm-slot-tx-mask-3 = <1 1>; 302 mclk-fs = <256>; 300 mclk-fs = <256>; 303 301 304 codec { 302 codec { 305 sound-dai = <& 303 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>; 306 }; 304 }; 307 }; 305 }; 308 306 309 /* internal digital mics */ 307 /* internal digital mics */ 310 dai-link-8 { 308 dai-link-8 { 311 sound-dai = <&pdm>; 309 sound-dai = <&pdm>; 312 310 313 codec { 311 codec { 314 sound-dai = <& 312 sound-dai = <&dmics>; 315 }; 313 }; 316 }; 314 }; 317 315 318 /* hdmi glue */ 316 /* hdmi glue */ 319 dai-link-9 { 317 dai-link-9 { 320 sound-dai = <&tohdmitx 318 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>; 321 319 322 codec { 320 codec { 323 sound-dai = <& 321 sound-dai = <&hdmi_tx>; 324 }; 322 }; 325 }; 323 }; 326 }; 324 }; 327 325 328 wifi32k: wifi32k { 326 wifi32k: wifi32k { 329 compatible = "pwm-clock"; 327 compatible = "pwm-clock"; 330 #clock-cells = <0>; 328 #clock-cells = <0>; 331 clock-frequency = <32768>; 329 clock-frequency = <32768>; 332 pwms = <&pwm_ef 0 30518 0>; /* 330 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */ 333 }; 331 }; 334 }; 332 }; 335 333 336 &arb { 334 &arb { 337 status = "okay"; 335 status = "okay"; 338 }; 336 }; 339 337 340 &cec_AO { 338 &cec_AO { 341 pinctrl-0 = <&cec_ao_a_h_pins>; 339 pinctrl-0 = <&cec_ao_a_h_pins>; 342 pinctrl-names = "default"; 340 pinctrl-names = "default"; 343 status = "disabled"; 341 status = "disabled"; 344 hdmi-phandle = <&hdmi_tx>; 342 hdmi-phandle = <&hdmi_tx>; 345 }; 343 }; 346 344 347 &cecb_AO { 345 &cecb_AO { 348 pinctrl-0 = <&cec_ao_b_h_pins>; 346 pinctrl-0 = <&cec_ao_b_h_pins>; 349 pinctrl-names = "default"; 347 pinctrl-names = "default"; 350 status = "okay"; 348 status = "okay"; 351 hdmi-phandle = <&hdmi_tx>; 349 hdmi-phandle = <&hdmi_tx>; 352 }; 350 }; 353 351 354 &clkc_audio { 352 &clkc_audio { 355 status = "okay"; 353 status = "okay"; 356 }; 354 }; 357 355 358 &cpu0 { 356 &cpu0 { 359 cpu-supply = <&vddcpu>; 357 cpu-supply = <&vddcpu>; 360 operating-points-v2 = <&cpu_opp_table> 358 operating-points-v2 = <&cpu_opp_table>; 361 clocks = <&clkc CLKID_CPU_CLK>; 359 clocks = <&clkc CLKID_CPU_CLK>; 362 clock-latency = <50000>; 360 clock-latency = <50000>; 363 }; 361 }; 364 362 365 &cpu1 { 363 &cpu1 { 366 cpu-supply = <&vddcpu>; 364 cpu-supply = <&vddcpu>; 367 operating-points-v2 = <&cpu_opp_table> 365 operating-points-v2 = <&cpu_opp_table>; 368 clocks = <&clkc CLKID_CPU1_CLK>; 366 clocks = <&clkc CLKID_CPU1_CLK>; 369 clock-latency = <50000>; 367 clock-latency = <50000>; 370 }; 368 }; 371 369 372 &cpu2 { 370 &cpu2 { 373 cpu-supply = <&vddcpu>; 371 cpu-supply = <&vddcpu>; 374 operating-points-v2 = <&cpu_opp_table> 372 operating-points-v2 = <&cpu_opp_table>; 375 clocks = <&clkc CLKID_CPU2_CLK>; 373 clocks = <&clkc CLKID_CPU2_CLK>; 376 clock-latency = <50000>; 374 clock-latency = <50000>; 377 }; 375 }; 378 376 379 &cpu3 { 377 &cpu3 { 380 cpu-supply = <&vddcpu>; 378 cpu-supply = <&vddcpu>; 381 operating-points-v2 = <&cpu_opp_table> 379 operating-points-v2 = <&cpu_opp_table>; 382 clocks = <&clkc CLKID_CPU3_CLK>; 380 clocks = <&clkc CLKID_CPU3_CLK>; 383 clock-latency = <50000>; 381 clock-latency = <50000>; 384 }; 382 }; 385 383 386 ðmac { 384 ðmac { 387 status = "okay"; 385 status = "okay"; 388 phy-handle = <&internal_ephy>; 386 phy-handle = <&internal_ephy>; 389 phy-mode = "rmii"; 387 phy-mode = "rmii"; 390 }; 388 }; 391 389 392 &frddr_a { 390 &frddr_a { 393 status = "okay"; 391 status = "okay"; 394 }; 392 }; 395 393 396 &frddr_b { 394 &frddr_b { 397 status = "okay"; 395 status = "okay"; 398 }; 396 }; 399 397 400 &frddr_c { 398 &frddr_c { 401 status = "okay"; 399 status = "okay"; 402 }; 400 }; 403 401 404 &hdmi_tx { 402 &hdmi_tx { 405 status = "okay"; 403 status = "okay"; 406 pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmi 404 pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>; 407 pinctrl-names = "default"; 405 pinctrl-names = "default"; 408 }; 406 }; 409 407 410 &hdmi_tx_tmds_port { 408 &hdmi_tx_tmds_port { 411 hdmi_tx_tmds_out: endpoint { 409 hdmi_tx_tmds_out: endpoint { 412 remote-endpoint = <&hdmi_conne 410 remote-endpoint = <&hdmi_connector_in>; 413 }; 411 }; 414 }; 412 }; 415 413 416 &i2c3 { 414 &i2c3 { 417 status = "okay"; 415 status = "okay"; 418 pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3 416 pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>; 419 pinctrl-names = "default"; 417 pinctrl-names = "default"; 420 }; 418 }; 421 419 422 &ir { 420 &ir { 423 status = "okay"; 421 status = "okay"; 424 pinctrl-0 = <&remote_input_ao_pins>; 422 pinctrl-0 = <&remote_input_ao_pins>; 425 pinctrl-names = "default"; 423 pinctrl-names = "default"; 426 }; 424 }; 427 425 428 &pdm { 426 &pdm { 429 pinctrl-0 = <&pdm_din0_z_pins>, <&pdm_ 427 pinctrl-0 = <&pdm_din0_z_pins>, <&pdm_dclk_z_pins>; 430 pinctrl-names = "default"; 428 pinctrl-names = "default"; 431 status = "okay"; 429 status = "okay"; 432 }; 430 }; 433 431 434 &pwm_AO_ab { 432 &pwm_AO_ab { 435 status = "okay"; 433 status = "okay"; 436 pinctrl-0 = <&pwm_ao_a_pins>; 434 pinctrl-0 = <&pwm_ao_a_pins>; 437 pinctrl-names = "default"; 435 pinctrl-names = "default"; 438 clocks = <&xtal>; 436 clocks = <&xtal>; 439 clock-names = "clkin0"; 437 clock-names = "clkin0"; 440 }; 438 }; 441 439 442 &pwm_AO_cd { 440 &pwm_AO_cd { 443 pinctrl-0 = <&pwm_ao_d_e_pins>; 441 pinctrl-0 = <&pwm_ao_d_e_pins>; 444 pinctrl-names = "default"; 442 pinctrl-names = "default"; 445 clocks = <&xtal>; 443 clocks = <&xtal>; 446 clock-names = "clkin1"; 444 clock-names = "clkin1"; 447 status = "okay"; 445 status = "okay"; 448 }; 446 }; 449 447 450 &pwm_ef { 448 &pwm_ef { 451 status = "okay"; 449 status = "okay"; 452 pinctrl-0 = <&pwm_e_pins>; 450 pinctrl-0 = <&pwm_e_pins>; 453 pinctrl-names = "default"; 451 pinctrl-names = "default"; 454 clocks = <&xtal>; 452 clocks = <&xtal>; 455 clock-names = "clkin0"; 453 clock-names = "clkin0"; 456 }; 454 }; 457 455 458 &saradc { 456 &saradc { 459 status = "okay"; 457 status = "okay"; 460 vref-supply = <&vddio_ao1v8>; 458 vref-supply = <&vddio_ao1v8>; 461 }; 459 }; 462 460 463 /* SDIO */ 461 /* SDIO */ 464 &sd_emmc_a { 462 &sd_emmc_a { 465 status = "okay"; 463 status = "okay"; 466 pinctrl-0 = <&sdio_pins>; 464 pinctrl-0 = <&sdio_pins>; 467 pinctrl-1 = <&sdio_clk_gate_pins>; 465 pinctrl-1 = <&sdio_clk_gate_pins>; 468 pinctrl-names = "default", "clk-gate"; 466 pinctrl-names = "default", "clk-gate"; 469 #address-cells = <1>; 467 #address-cells = <1>; 470 #size-cells = <0>; 468 #size-cells = <0>; 471 469 472 bus-width = <4>; 470 bus-width = <4>; 473 cap-sd-highspeed; 471 cap-sd-highspeed; 474 sd-uhs-sdr50; 472 sd-uhs-sdr50; 475 max-frequency = <100000000>; 473 max-frequency = <100000000>; 476 474 477 non-removable; 475 non-removable; 478 disable-wp; 476 disable-wp; 479 477 480 /* WiFi firmware requires power to be 478 /* WiFi firmware requires power to be kept while in suspend */ 481 keep-power-in-suspend; 479 keep-power-in-suspend; 482 480 483 mmc-pwrseq = <&sdio_pwrseq>; 481 mmc-pwrseq = <&sdio_pwrseq>; 484 482 485 vmmc-supply = <&vddao_3v3>; 483 vmmc-supply = <&vddao_3v3>; 486 vqmmc-supply = <&vddio_ao1v8>; 484 vqmmc-supply = <&vddio_ao1v8>; 487 485 488 brcmf: wifi@1 { 486 brcmf: wifi@1 { 489 reg = <1>; 487 reg = <1>; 490 compatible = "brcm,bcm4329-fma 488 compatible = "brcm,bcm4329-fmac"; 491 }; 489 }; 492 }; 490 }; 493 491 494 /* SD card */ 492 /* SD card */ 495 &sd_emmc_b { 493 &sd_emmc_b { 496 status = "okay"; 494 status = "okay"; 497 pinctrl-0 = <&sdcard_c_pins>; 495 pinctrl-0 = <&sdcard_c_pins>; 498 pinctrl-1 = <&sdcard_clk_gate_c_pins>; 496 pinctrl-1 = <&sdcard_clk_gate_c_pins>; 499 pinctrl-names = "default", "clk-gate"; 497 pinctrl-names = "default", "clk-gate"; 500 498 501 bus-width = <4>; 499 bus-width = <4>; 502 cap-sd-highspeed; 500 cap-sd-highspeed; 503 max-frequency = <50000000>; 501 max-frequency = <50000000>; 504 disable-wp; 502 disable-wp; 505 503 506 cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_ 504 cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_LOW>; 507 vmmc-supply = <&vddao_3v3>; 505 vmmc-supply = <&vddao_3v3>; 508 vqmmc-supply = <&vddao_3v3>; 506 vqmmc-supply = <&vddao_3v3>; 509 }; 507 }; 510 508 511 /* eMMC */ 509 /* eMMC */ 512 &sd_emmc_c { 510 &sd_emmc_c { 513 status = "okay"; 511 status = "okay"; 514 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_ 512 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_8b_pins>, <&emmc_ds_pins>; 515 pinctrl-1 = <&emmc_clk_gate_pins>; 513 pinctrl-1 = <&emmc_clk_gate_pins>; 516 pinctrl-names = "default", "clk-gate"; 514 pinctrl-names = "default", "clk-gate"; 517 515 518 bus-width = <8>; 516 bus-width = <8>; 519 cap-mmc-highspeed; 517 cap-mmc-highspeed; 520 mmc-ddr-1_8v; 518 mmc-ddr-1_8v; 521 mmc-hs200-1_8v; 519 mmc-hs200-1_8v; 522 max-frequency = <200000000>; 520 max-frequency = <200000000>; 523 non-removable; 521 non-removable; 524 disable-wp; 522 disable-wp; 525 523 526 mmc-pwrseq = <&emmc_pwrseq>; 524 mmc-pwrseq = <&emmc_pwrseq>; 527 vmmc-supply = <&vddao_3v3>; 525 vmmc-supply = <&vddao_3v3>; 528 vqmmc-supply = <&emmc_1v8>; 526 vqmmc-supply = <&emmc_1v8>; 529 }; 527 }; 530 528 531 &tdmif_a { 529 &tdmif_a { 532 pinctrl-0 = <&tdm_a_dout0_pins>, <&tdm 530 pinctrl-0 = <&tdm_a_dout0_pins>, <&tdm_a_fs_pins>, <&tdm_a_sclk_pins>; 533 pinctrl-names = "default"; 531 pinctrl-names = "default"; 534 status = "okay"; 532 status = "okay"; 535 533 536 assigned-clocks = <&clkc_audio AUD_CLK 534 assigned-clocks = <&clkc_audio AUD_CLKID_TDM_SCLK_PAD0>, 537 <&clkc_audio AUD_CLK 535 <&clkc_audio AUD_CLKID_TDM_LRCLK_PAD0>; 538 assigned-clock-parents = <&clkc_audio 536 assigned-clock-parents = <&clkc_audio AUD_CLKID_MST_A_SCLK>, 539 <&clkc_audio 537 <&clkc_audio AUD_CLKID_MST_A_LRCLK>; 540 assigned-clock-rates = <0>, <0>; 538 assigned-clock-rates = <0>, <0>; 541 }; 539 }; 542 540 543 &tdmif_b { 541 &tdmif_b { 544 status = "okay"; 542 status = "okay"; 545 }; 543 }; 546 544 547 &tdmin_a { 545 &tdmin_a { 548 status = "okay"; 546 status = "okay"; 549 }; 547 }; 550 548 551 &tdmin_b { 549 &tdmin_b { 552 status = "okay"; 550 status = "okay"; 553 }; 551 }; 554 552 555 &tdmout_a { 553 &tdmout_a { 556 status = "okay"; 554 status = "okay"; 557 }; 555 }; 558 556 559 &tdmout_b { 557 &tdmout_b { 560 status = "okay"; 558 status = "okay"; 561 }; 559 }; 562 560 563 &toddr_a { 561 &toddr_a { 564 status = "okay"; 562 status = "okay"; 565 }; 563 }; 566 564 567 &toddr_b { 565 &toddr_b { 568 status = "okay"; 566 status = "okay"; 569 }; 567 }; 570 568 571 &toddr_c { 569 &toddr_c { 572 status = "okay"; 570 status = "okay"; 573 }; 571 }; 574 572 575 &tohdmitx { 573 &tohdmitx { 576 status = "okay"; 574 status = "okay"; 577 }; 575 }; 578 576 579 &uart_A { 577 &uart_A { 580 status = "okay"; 578 status = "okay"; 581 pinctrl-0 = <&uart_a_pins>, <&uart_a_c 579 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>; 582 pinctrl-names = "default"; 580 pinctrl-names = "default"; 583 uart-has-rtscts; 581 uart-has-rtscts; 584 582 585 bluetooth { 583 bluetooth { 586 compatible = "brcm,bcm43438-bt 584 compatible = "brcm,bcm43438-bt"; 587 interrupt-parent = <&gpio_intc 585 interrupt-parent = <&gpio_intc>; 588 interrupts = <IRQID_GPIOX_18 I !! 586 interrupts = <95 IRQ_TYPE_LEVEL_HIGH>; 589 interrupt-names = "host-wakeup 587 interrupt-names = "host-wakeup"; 590 shutdown-gpios = <&gpio GPIOX_ 588 shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; 591 max-speed = <2000000>; 589 max-speed = <2000000>; 592 clocks = <&wifi32k>; 590 clocks = <&wifi32k>; 593 clock-names = "lpo"; 591 clock-names = "lpo"; 594 vbat-supply = <&vddao_3v3>; 592 vbat-supply = <&vddao_3v3>; 595 vddio-supply = <&vddio_ao1v8>; 593 vddio-supply = <&vddio_ao1v8>; 596 }; 594 }; 597 }; 595 }; 598 596 599 /* Exposed via the on-board USB to Serial FT23 597 /* Exposed via the on-board USB to Serial FT232RL IC */ 600 &uart_AO { 598 &uart_AO { 601 status = "okay"; 599 status = "okay"; 602 pinctrl-0 = <&uart_ao_a_pins>; 600 pinctrl-0 = <&uart_ao_a_pins>; 603 pinctrl-names = "default"; 601 pinctrl-names = "default"; 604 }; 602 }; 605 603 606 &usb { 604 &usb { 607 status = "okay"; 605 status = "okay"; 608 dr_mode = "otg"; 606 dr_mode = "otg"; 609 }; 607 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.