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>; >> 174 enable-active-low; 173 regulator-always-on; 175 regulator-always-on; 174 }; 176 }; 175 177 176 vddcpu: regulator-vddcpu { 178 vddcpu: regulator-vddcpu { 177 /* 179 /* 178 * SY8120B1ABC DC/DC Regulator 180 * SY8120B1ABC DC/DC Regulator. 179 */ 181 */ 180 compatible = "pwm-regulator"; 182 compatible = "pwm-regulator"; 181 183 182 regulator-name = "VDDCPU"; 184 regulator-name = "VDDCPU"; 183 regulator-min-microvolt = <690 185 regulator-min-microvolt = <690000>; 184 regulator-max-microvolt = <105 186 regulator-max-microvolt = <1050000>; 185 187 186 pwm-supply = <&dc_in>; 188 pwm-supply = <&dc_in>; 187 189 188 pwms = <&pwm_AO_cd 1 1500 0>; 190 pwms = <&pwm_AO_cd 1 1500 0>; 189 pwm-dutycycle-range = <100 0>; 191 pwm-dutycycle-range = <100 0>; 190 192 191 regulator-boot-on; 193 regulator-boot-on; 192 regulator-always-on; 194 regulator-always-on; 193 }; 195 }; 194 196 195 vddio_ao1v8: regulator-vddio-ao1v8 { !! 197 vddio_ao1v8: regulator-vddio_ao1v8 { 196 compatible = "regulator-fixed" 198 compatible = "regulator-fixed"; 197 regulator-name = "VDDIO_AO1V8" 199 regulator-name = "VDDIO_AO1V8"; 198 regulator-min-microvolt = <180 200 regulator-min-microvolt = <1800000>; 199 regulator-max-microvolt = <180 201 regulator-max-microvolt = <1800000>; 200 vin-supply = <&vddao_3v3>; 202 vin-supply = <&vddao_3v3>; 201 regulator-always-on; 203 regulator-always-on; 202 }; 204 }; 203 205 204 sdio_pwrseq: sdio-pwrseq { 206 sdio_pwrseq: sdio-pwrseq { 205 compatible = "mmc-pwrseq-simpl 207 compatible = "mmc-pwrseq-simple"; 206 reset-gpios = <&gpio GPIOX_6 G 208 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>; 207 clocks = <&wifi32k>; 209 clocks = <&wifi32k>; 208 clock-names = "ext_clock"; 210 clock-names = "ext_clock"; 209 }; 211 }; 210 212 211 sound { 213 sound { 212 compatible = "amlogic,axg-soun 214 compatible = "amlogic,axg-sound-card"; 213 model = "SEI610"; 215 model = "SEI610"; 214 audio-aux-devs = <&tdmout_a>, 216 audio-aux-devs = <&tdmout_a>, <&tdmout_b>, 215 <&tdmin_a>, < 217 <&tdmin_a>, <&tdmin_b>; 216 audio-routing = "TDMOUT_A IN 0 218 audio-routing = "TDMOUT_A IN 0", "FRDDR_A OUT 0", 217 "TDMOUT_A IN 1 219 "TDMOUT_A IN 1", "FRDDR_B OUT 0", 218 "TDMOUT_A IN 2 220 "TDMOUT_A IN 2", "FRDDR_C OUT 0", 219 "TDM_A Playbac 221 "TDM_A Playback", "TDMOUT_A OUT", 220 "TDMOUT_B IN 0 222 "TDMOUT_B IN 0", "FRDDR_A OUT 1", 221 "TDMOUT_B IN 1 223 "TDMOUT_B IN 1", "FRDDR_B OUT 1", 222 "TDMOUT_B IN 2 224 "TDMOUT_B IN 2", "FRDDR_C OUT 1", 223 "TDM_B Playbac 225 "TDM_B Playback", "TDMOUT_B OUT", 224 "TODDR_A IN 4" 226 "TODDR_A IN 4", "PDM Capture", 225 "TODDR_B IN 4" 227 "TODDR_B IN 4", "PDM Capture", 226 "TODDR_C IN 4" 228 "TODDR_C IN 4", "PDM Capture", 227 "TDMIN_A IN 0" 229 "TDMIN_A IN 0", "TDM_A Capture", 228 "TDMIN_A IN 3" 230 "TDMIN_A IN 3", "TDM_A Loopback", 229 "TDMIN_B IN 0" 231 "TDMIN_B IN 0", "TDM_A Capture", 230 "TDMIN_B IN 3" 232 "TDMIN_B IN 3", "TDM_A Loopback", 231 "TDMIN_A IN 1" 233 "TDMIN_A IN 1", "TDM_B Capture", 232 "TDMIN_A IN 4" 234 "TDMIN_A IN 4", "TDM_B Loopback", 233 "TDMIN_B IN 1" 235 "TDMIN_B IN 1", "TDM_B Capture", 234 "TDMIN_B IN 4" 236 "TDMIN_B IN 4", "TDM_B Loopback", 235 "TODDR_A IN 0" 237 "TODDR_A IN 0", "TDMIN_A OUT", 236 "TODDR_B IN 0" 238 "TODDR_B IN 0", "TDMIN_A OUT", 237 "TODDR_C IN 0" 239 "TODDR_C IN 0", "TDMIN_A OUT", 238 "TODDR_A IN 1" 240 "TODDR_A IN 1", "TDMIN_B OUT", 239 "TODDR_B IN 1" 241 "TODDR_B IN 1", "TDMIN_B OUT", 240 "TODDR_C IN 1" 242 "TODDR_C IN 1", "TDMIN_B OUT"; 241 243 242 clocks = <&clkc CLKID_MPLL2>, << 243 <&clkc CLKID_MPLL0>, << 244 <&clkc CLKID_MPLL1>; << 245 << 246 assigned-clocks = <&clkc CLKID 244 assigned-clocks = <&clkc CLKID_MPLL2>, 247 <&clkc CLKID 245 <&clkc CLKID_MPLL0>, 248 <&clkc CLKID 246 <&clkc CLKID_MPLL1>; 249 assigned-clock-parents = <0>, 247 assigned-clock-parents = <0>, <0>, <0>; 250 assigned-clock-rates = <294912 248 assigned-clock-rates = <294912000>, 251 <270950 249 <270950400>, 252 <393216 250 <393216000>; >> 251 status = "okay"; 253 252 254 dai-link-0 { 253 dai-link-0 { 255 sound-dai = <&frddr_a> 254 sound-dai = <&frddr_a>; 256 }; 255 }; 257 256 258 dai-link-1 { 257 dai-link-1 { 259 sound-dai = <&frddr_b> 258 sound-dai = <&frddr_b>; 260 }; 259 }; 261 260 262 dai-link-2 { 261 dai-link-2 { 263 sound-dai = <&frddr_c> 262 sound-dai = <&frddr_c>; 264 }; 263 }; 265 264 266 dai-link-3 { 265 dai-link-3 { 267 sound-dai = <&toddr_a> 266 sound-dai = <&toddr_a>; 268 }; 267 }; 269 268 270 dai-link-4 { 269 dai-link-4 { 271 sound-dai = <&toddr_b> 270 sound-dai = <&toddr_b>; 272 }; 271 }; 273 272 274 dai-link-5 { 273 dai-link-5 { 275 sound-dai = <&toddr_c> 274 sound-dai = <&toddr_c>; 276 }; 275 }; 277 276 278 /* internal speaker interface 277 /* internal speaker interface */ 279 dai-link-6 { 278 dai-link-6 { 280 sound-dai = <&tdmif_a> 279 sound-dai = <&tdmif_a>; 281 dai-format = "i2s"; 280 dai-format = "i2s"; 282 dai-tdm-slot-tx-mask-0 281 dai-tdm-slot-tx-mask-0 = <1 1>; 283 mclk-fs = <256>; 282 mclk-fs = <256>; 284 283 285 codec-0 { 284 codec-0 { 286 sound-dai = <& 285 sound-dai = <&mono_dac>; 287 }; 286 }; 288 287 289 codec-1 { 288 codec-1 { 290 sound-dai = <& 289 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>; 291 }; 290 }; 292 }; 291 }; 293 292 294 /* 8ch hdmi interface */ 293 /* 8ch hdmi interface */ 295 dai-link-7 { 294 dai-link-7 { 296 sound-dai = <&tdmif_b> 295 sound-dai = <&tdmif_b>; 297 dai-format = "i2s"; 296 dai-format = "i2s"; 298 dai-tdm-slot-tx-mask-0 297 dai-tdm-slot-tx-mask-0 = <1 1>; 299 dai-tdm-slot-tx-mask-1 298 dai-tdm-slot-tx-mask-1 = <1 1>; 300 dai-tdm-slot-tx-mask-2 299 dai-tdm-slot-tx-mask-2 = <1 1>; 301 dai-tdm-slot-tx-mask-3 300 dai-tdm-slot-tx-mask-3 = <1 1>; 302 mclk-fs = <256>; 301 mclk-fs = <256>; 303 302 304 codec { 303 codec { 305 sound-dai = <& 304 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>; 306 }; 305 }; 307 }; 306 }; 308 307 309 /* internal digital mics */ 308 /* internal digital mics */ 310 dai-link-8 { 309 dai-link-8 { 311 sound-dai = <&pdm>; 310 sound-dai = <&pdm>; 312 311 313 codec { 312 codec { 314 sound-dai = <& 313 sound-dai = <&dmics>; 315 }; 314 }; 316 }; 315 }; 317 316 318 /* hdmi glue */ 317 /* hdmi glue */ 319 dai-link-9 { 318 dai-link-9 { 320 sound-dai = <&tohdmitx 319 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>; 321 320 322 codec { 321 codec { 323 sound-dai = <& 322 sound-dai = <&hdmi_tx>; 324 }; 323 }; 325 }; 324 }; 326 }; 325 }; 327 326 328 wifi32k: wifi32k { 327 wifi32k: wifi32k { 329 compatible = "pwm-clock"; 328 compatible = "pwm-clock"; 330 #clock-cells = <0>; 329 #clock-cells = <0>; 331 clock-frequency = <32768>; 330 clock-frequency = <32768>; 332 pwms = <&pwm_ef 0 30518 0>; /* 331 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */ 333 }; 332 }; 334 }; 333 }; 335 334 336 &arb { 335 &arb { 337 status = "okay"; 336 status = "okay"; 338 }; 337 }; 339 338 340 &cec_AO { 339 &cec_AO { 341 pinctrl-0 = <&cec_ao_a_h_pins>; 340 pinctrl-0 = <&cec_ao_a_h_pins>; 342 pinctrl-names = "default"; 341 pinctrl-names = "default"; 343 status = "disabled"; 342 status = "disabled"; 344 hdmi-phandle = <&hdmi_tx>; 343 hdmi-phandle = <&hdmi_tx>; 345 }; 344 }; 346 345 347 &cecb_AO { 346 &cecb_AO { 348 pinctrl-0 = <&cec_ao_b_h_pins>; 347 pinctrl-0 = <&cec_ao_b_h_pins>; 349 pinctrl-names = "default"; 348 pinctrl-names = "default"; 350 status = "okay"; 349 status = "okay"; 351 hdmi-phandle = <&hdmi_tx>; 350 hdmi-phandle = <&hdmi_tx>; 352 }; 351 }; 353 352 354 &clkc_audio { 353 &clkc_audio { 355 status = "okay"; 354 status = "okay"; 356 }; 355 }; 357 356 358 &cpu0 { 357 &cpu0 { 359 cpu-supply = <&vddcpu>; 358 cpu-supply = <&vddcpu>; 360 operating-points-v2 = <&cpu_opp_table> 359 operating-points-v2 = <&cpu_opp_table>; 361 clocks = <&clkc CLKID_CPU_CLK>; 360 clocks = <&clkc CLKID_CPU_CLK>; 362 clock-latency = <50000>; 361 clock-latency = <50000>; 363 }; 362 }; 364 363 365 &cpu1 { 364 &cpu1 { 366 cpu-supply = <&vddcpu>; 365 cpu-supply = <&vddcpu>; 367 operating-points-v2 = <&cpu_opp_table> 366 operating-points-v2 = <&cpu_opp_table>; 368 clocks = <&clkc CLKID_CPU1_CLK>; 367 clocks = <&clkc CLKID_CPU1_CLK>; 369 clock-latency = <50000>; 368 clock-latency = <50000>; 370 }; 369 }; 371 370 372 &cpu2 { 371 &cpu2 { 373 cpu-supply = <&vddcpu>; 372 cpu-supply = <&vddcpu>; 374 operating-points-v2 = <&cpu_opp_table> 373 operating-points-v2 = <&cpu_opp_table>; 375 clocks = <&clkc CLKID_CPU2_CLK>; 374 clocks = <&clkc CLKID_CPU2_CLK>; 376 clock-latency = <50000>; 375 clock-latency = <50000>; 377 }; 376 }; 378 377 379 &cpu3 { 378 &cpu3 { 380 cpu-supply = <&vddcpu>; 379 cpu-supply = <&vddcpu>; 381 operating-points-v2 = <&cpu_opp_table> 380 operating-points-v2 = <&cpu_opp_table>; 382 clocks = <&clkc CLKID_CPU3_CLK>; 381 clocks = <&clkc CLKID_CPU3_CLK>; 383 clock-latency = <50000>; 382 clock-latency = <50000>; 384 }; 383 }; 385 384 386 ðmac { 385 ðmac { 387 status = "okay"; 386 status = "okay"; 388 phy-handle = <&internal_ephy>; 387 phy-handle = <&internal_ephy>; 389 phy-mode = "rmii"; 388 phy-mode = "rmii"; 390 }; 389 }; 391 390 392 &frddr_a { 391 &frddr_a { 393 status = "okay"; 392 status = "okay"; 394 }; 393 }; 395 394 396 &frddr_b { 395 &frddr_b { 397 status = "okay"; 396 status = "okay"; 398 }; 397 }; 399 398 400 &frddr_c { 399 &frddr_c { 401 status = "okay"; 400 status = "okay"; 402 }; 401 }; 403 402 404 &hdmi_tx { 403 &hdmi_tx { 405 status = "okay"; 404 status = "okay"; 406 pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmi 405 pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>; 407 pinctrl-names = "default"; 406 pinctrl-names = "default"; 408 }; 407 }; 409 408 410 &hdmi_tx_tmds_port { 409 &hdmi_tx_tmds_port { 411 hdmi_tx_tmds_out: endpoint { 410 hdmi_tx_tmds_out: endpoint { 412 remote-endpoint = <&hdmi_conne 411 remote-endpoint = <&hdmi_connector_in>; 413 }; 412 }; 414 }; 413 }; 415 414 416 &i2c3 { 415 &i2c3 { 417 status = "okay"; 416 status = "okay"; 418 pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3 417 pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>; 419 pinctrl-names = "default"; 418 pinctrl-names = "default"; 420 }; 419 }; 421 420 422 &ir { 421 &ir { 423 status = "okay"; 422 status = "okay"; 424 pinctrl-0 = <&remote_input_ao_pins>; 423 pinctrl-0 = <&remote_input_ao_pins>; 425 pinctrl-names = "default"; 424 pinctrl-names = "default"; 426 }; 425 }; 427 426 428 &pdm { 427 &pdm { 429 pinctrl-0 = <&pdm_din0_z_pins>, <&pdm_ 428 pinctrl-0 = <&pdm_din0_z_pins>, <&pdm_dclk_z_pins>; 430 pinctrl-names = "default"; 429 pinctrl-names = "default"; 431 status = "okay"; 430 status = "okay"; 432 }; 431 }; 433 432 434 &pwm_AO_ab { 433 &pwm_AO_ab { 435 status = "okay"; 434 status = "okay"; 436 pinctrl-0 = <&pwm_ao_a_pins>; 435 pinctrl-0 = <&pwm_ao_a_pins>; 437 pinctrl-names = "default"; 436 pinctrl-names = "default"; 438 clocks = <&xtal>; 437 clocks = <&xtal>; 439 clock-names = "clkin0"; 438 clock-names = "clkin0"; 440 }; 439 }; 441 440 442 &pwm_AO_cd { 441 &pwm_AO_cd { 443 pinctrl-0 = <&pwm_ao_d_e_pins>; 442 pinctrl-0 = <&pwm_ao_d_e_pins>; 444 pinctrl-names = "default"; 443 pinctrl-names = "default"; 445 clocks = <&xtal>; 444 clocks = <&xtal>; 446 clock-names = "clkin1"; 445 clock-names = "clkin1"; 447 status = "okay"; 446 status = "okay"; 448 }; 447 }; 449 448 450 &pwm_ef { 449 &pwm_ef { 451 status = "okay"; 450 status = "okay"; 452 pinctrl-0 = <&pwm_e_pins>; 451 pinctrl-0 = <&pwm_e_pins>; 453 pinctrl-names = "default"; 452 pinctrl-names = "default"; 454 clocks = <&xtal>; 453 clocks = <&xtal>; 455 clock-names = "clkin0"; 454 clock-names = "clkin0"; 456 }; 455 }; 457 456 458 &saradc { 457 &saradc { 459 status = "okay"; 458 status = "okay"; 460 vref-supply = <&vddio_ao1v8>; 459 vref-supply = <&vddio_ao1v8>; 461 }; 460 }; 462 461 463 /* SDIO */ 462 /* SDIO */ 464 &sd_emmc_a { 463 &sd_emmc_a { 465 status = "okay"; 464 status = "okay"; 466 pinctrl-0 = <&sdio_pins>; 465 pinctrl-0 = <&sdio_pins>; 467 pinctrl-1 = <&sdio_clk_gate_pins>; 466 pinctrl-1 = <&sdio_clk_gate_pins>; 468 pinctrl-names = "default", "clk-gate"; 467 pinctrl-names = "default", "clk-gate"; 469 #address-cells = <1>; 468 #address-cells = <1>; 470 #size-cells = <0>; 469 #size-cells = <0>; 471 470 472 bus-width = <4>; 471 bus-width = <4>; 473 cap-sd-highspeed; 472 cap-sd-highspeed; 474 sd-uhs-sdr50; 473 sd-uhs-sdr50; 475 max-frequency = <100000000>; 474 max-frequency = <100000000>; 476 475 477 non-removable; 476 non-removable; 478 disable-wp; 477 disable-wp; 479 478 480 /* WiFi firmware requires power to be 479 /* WiFi firmware requires power to be kept while in suspend */ 481 keep-power-in-suspend; 480 keep-power-in-suspend; 482 481 483 mmc-pwrseq = <&sdio_pwrseq>; 482 mmc-pwrseq = <&sdio_pwrseq>; 484 483 485 vmmc-supply = <&vddao_3v3>; 484 vmmc-supply = <&vddao_3v3>; 486 vqmmc-supply = <&vddio_ao1v8>; 485 vqmmc-supply = <&vddio_ao1v8>; 487 486 488 brcmf: wifi@1 { 487 brcmf: wifi@1 { 489 reg = <1>; 488 reg = <1>; 490 compatible = "brcm,bcm4329-fma 489 compatible = "brcm,bcm4329-fmac"; 491 }; 490 }; 492 }; 491 }; 493 492 494 /* SD card */ 493 /* SD card */ 495 &sd_emmc_b { 494 &sd_emmc_b { 496 status = "okay"; 495 status = "okay"; 497 pinctrl-0 = <&sdcard_c_pins>; 496 pinctrl-0 = <&sdcard_c_pins>; 498 pinctrl-1 = <&sdcard_clk_gate_c_pins>; 497 pinctrl-1 = <&sdcard_clk_gate_c_pins>; 499 pinctrl-names = "default", "clk-gate"; 498 pinctrl-names = "default", "clk-gate"; 500 499 501 bus-width = <4>; 500 bus-width = <4>; 502 cap-sd-highspeed; 501 cap-sd-highspeed; 503 max-frequency = <50000000>; 502 max-frequency = <50000000>; 504 disable-wp; 503 disable-wp; 505 504 506 cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_ 505 cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_LOW>; 507 vmmc-supply = <&vddao_3v3>; 506 vmmc-supply = <&vddao_3v3>; 508 vqmmc-supply = <&vddao_3v3>; 507 vqmmc-supply = <&vddao_3v3>; 509 }; 508 }; 510 509 511 /* eMMC */ 510 /* eMMC */ 512 &sd_emmc_c { 511 &sd_emmc_c { 513 status = "okay"; 512 status = "okay"; 514 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_ 513 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_8b_pins>, <&emmc_ds_pins>; 515 pinctrl-1 = <&emmc_clk_gate_pins>; 514 pinctrl-1 = <&emmc_clk_gate_pins>; 516 pinctrl-names = "default", "clk-gate"; 515 pinctrl-names = "default", "clk-gate"; 517 516 518 bus-width = <8>; 517 bus-width = <8>; 519 cap-mmc-highspeed; 518 cap-mmc-highspeed; 520 mmc-ddr-1_8v; 519 mmc-ddr-1_8v; 521 mmc-hs200-1_8v; 520 mmc-hs200-1_8v; 522 max-frequency = <200000000>; 521 max-frequency = <200000000>; 523 non-removable; 522 non-removable; 524 disable-wp; 523 disable-wp; 525 524 526 mmc-pwrseq = <&emmc_pwrseq>; 525 mmc-pwrseq = <&emmc_pwrseq>; 527 vmmc-supply = <&vddao_3v3>; 526 vmmc-supply = <&vddao_3v3>; 528 vqmmc-supply = <&emmc_1v8>; 527 vqmmc-supply = <&emmc_1v8>; 529 }; 528 }; 530 529 531 &tdmif_a { 530 &tdmif_a { 532 pinctrl-0 = <&tdm_a_dout0_pins>, <&tdm 531 pinctrl-0 = <&tdm_a_dout0_pins>, <&tdm_a_fs_pins>, <&tdm_a_sclk_pins>; 533 pinctrl-names = "default"; 532 pinctrl-names = "default"; 534 status = "okay"; 533 status = "okay"; 535 534 536 assigned-clocks = <&clkc_audio AUD_CLK 535 assigned-clocks = <&clkc_audio AUD_CLKID_TDM_SCLK_PAD0>, 537 <&clkc_audio AUD_CLK 536 <&clkc_audio AUD_CLKID_TDM_LRCLK_PAD0>; 538 assigned-clock-parents = <&clkc_audio 537 assigned-clock-parents = <&clkc_audio AUD_CLKID_MST_A_SCLK>, 539 <&clkc_audio 538 <&clkc_audio AUD_CLKID_MST_A_LRCLK>; 540 assigned-clock-rates = <0>, <0>; 539 assigned-clock-rates = <0>, <0>; 541 }; 540 }; 542 541 543 &tdmif_b { 542 &tdmif_b { 544 status = "okay"; 543 status = "okay"; 545 }; 544 }; 546 545 547 &tdmin_a { 546 &tdmin_a { 548 status = "okay"; 547 status = "okay"; 549 }; 548 }; 550 549 551 &tdmin_b { 550 &tdmin_b { 552 status = "okay"; 551 status = "okay"; 553 }; 552 }; 554 553 555 &tdmout_a { 554 &tdmout_a { 556 status = "okay"; 555 status = "okay"; 557 }; 556 }; 558 557 559 &tdmout_b { 558 &tdmout_b { 560 status = "okay"; 559 status = "okay"; 561 }; 560 }; 562 561 563 &toddr_a { 562 &toddr_a { 564 status = "okay"; 563 status = "okay"; 565 }; 564 }; 566 565 567 &toddr_b { 566 &toddr_b { 568 status = "okay"; 567 status = "okay"; 569 }; 568 }; 570 569 571 &toddr_c { 570 &toddr_c { 572 status = "okay"; 571 status = "okay"; 573 }; 572 }; 574 573 575 &tohdmitx { 574 &tohdmitx { 576 status = "okay"; 575 status = "okay"; 577 }; 576 }; 578 577 579 &uart_A { 578 &uart_A { 580 status = "okay"; 579 status = "okay"; 581 pinctrl-0 = <&uart_a_pins>, <&uart_a_c 580 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>; 582 pinctrl-names = "default"; 581 pinctrl-names = "default"; 583 uart-has-rtscts; 582 uart-has-rtscts; 584 583 585 bluetooth { 584 bluetooth { 586 compatible = "brcm,bcm43438-bt 585 compatible = "brcm,bcm43438-bt"; 587 interrupt-parent = <&gpio_intc 586 interrupt-parent = <&gpio_intc>; 588 interrupts = <IRQID_GPIOX_18 I !! 587 interrupts = <95 IRQ_TYPE_LEVEL_HIGH>; 589 interrupt-names = "host-wakeup 588 interrupt-names = "host-wakeup"; 590 shutdown-gpios = <&gpio GPIOX_ 589 shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; 591 max-speed = <2000000>; 590 max-speed = <2000000>; 592 clocks = <&wifi32k>; 591 clocks = <&wifi32k>; 593 clock-names = "lpo"; 592 clock-names = "lpo"; 594 vbat-supply = <&vddao_3v3>; 593 vbat-supply = <&vddao_3v3>; 595 vddio-supply = <&vddio_ao1v8>; 594 vddio-supply = <&vddio_ao1v8>; 596 }; 595 }; 597 }; 596 }; 598 597 599 /* Exposed via the on-board USB to Serial FT23 598 /* Exposed via the on-board USB to Serial FT232RL IC */ 600 &uart_AO { 599 &uart_AO { 601 status = "okay"; 600 status = "okay"; 602 pinctrl-0 = <&uart_ao_a_pins>; 601 pinctrl-0 = <&uart_ao_a_pins>; 603 pinctrl-names = "default"; 602 pinctrl-names = "default"; 604 }; 603 }; 605 604 606 &usb { 605 &usb { 607 status = "okay"; 606 status = "okay"; 608 dr_mode = "otg"; 607 dr_mode = "otg"; 609 }; 608 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.