// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright (c) 2018 MediaTek Inc. * Author: Ben Ho * Erin Lo */ #include #include #include "mt8183.dtsi" #include "mt6358.dtsi" / { aliases { serial0 = &uart0; }; chosen { stdout-path = "serial0:115200n8"; }; memory@40000000 { device_type = "memory"; reg = <0 0x40000000 0 0x80000000>; }; clk32k: oscillator1 { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <32768>; clock-output-names = "clk32k"; }; it6505_pp18_reg: regulator0 { compatible = "regulator-fixed"; regulator-name = "it6505_pp18"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; gpio = <&pio 178 0>; enable-active-high; }; lcd_pp3300: regulator1 { compatible = "regulator-fixed"; regulator-name = "lcd_pp3300"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; regulator-boot-on; }; bl_pp5000: regulator2 { compatible = "regulator-fixed"; regulator-name = "bl_pp5000"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; regulator-always-on; regulator-boot-on; }; mmc1_fixed_power: regulator3 { compatible = "regulator-fixed"; regulator-name = "mmc1_power"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; mmc1_fixed_io: regulator4 { compatible = "regulator-fixed"; regulator-name = "mmc1_io"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; }; pp1800_alw: regulator5 { compatible = "regulator-fixed"; regulator-name = "pp1800_alw"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; }; pp3300_alw: regulator6 { compatible = "regulator-fixed"; regulator-name = "pp3300_alw"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; max98357a: codec0 { compatible = "maxim,max98357a"; sdmode-gpios = <&pio 175 0>; }; btsco: codec1 { compatible = "linux,bt-sco"; }; wifi_pwrseq: wifi-pwrseq { compatible = "mmc-pwrseq-simple"; pinctrl-names = "default"; pinctrl-0 = <&wifi_pins_pwrseq>; /* Toggle WIFI_ENABLE to reset the chip. */ reset-gpios = <&pio 119 1>; }; wifi_wakeup: wifi-wakeup { compatible = "gpio-keys"; pinctrl-names = "default"; pinctrl-0 = <&wifi_pins_wakeup>; wowlan { label = "Wake on WiFi"; gpios = <&pio 113 GPIO_ACTIVE_HIGH>; linux,code = ; wakeup-source; }; }; tboard_thermistor1: thermal-sensor1 { compatible = "generic-adc-thermal"; #thermal-sensor-cells = <0>; io-channels = <&auxadc 0>; io-channel-names = "sensor-channel"; temperature-lookup-table = < (-5000) 4241 0 4063 5000 3856 10000 3621 15000 3364 20000 3091 25000 2810 30000 2526 35000 2247 40000 1982 45000 1734 50000 1507 55000 1305 60000 1122 65000 964 70000 827 75000 710 80000 606 85000 519 90000 445 95000 382 100000 330 105000 284 110000 245 115000 213 120000 183 125000 161>; }; tboard_thermistor2: thermal-sensor2 { compatible = "generic-adc-thermal"; #thermal-sensor-cells = <0>; io-channels = <&auxadc 1>; io-channel-names = "sensor-channel"; temperature-lookup-table = < (-5000) 4241 0 4063 5000 3856 10000 3621 15000 3364 20000 3091 25000 2810 30000 2526 35000 2247 40000 1982 45000 1734 50000 1507 55000 1305 60000 1122 65000 964 70000 827 75000 710 80000 606 85000 519 90000 445 95000 382 100000 330 105000 284 110000 245 115000 213 120000 183 125000 161>; }; }; &auxadc { status = "okay"; }; &cpu0 { proc-supply = <&mt6358_vproc12_reg>; }; &cpu1 { proc-supply = <&mt6358_vproc12_reg>; }; &cpu2 { proc-supply = <&mt6358_vproc12_reg>; }; &cpu3 { proc-supply = <&mt6358_vproc12_reg>; }; &cpu4 { proc-supply = <&mt6358_vproc11_reg>; }; &cpu5 { proc-supply = <&mt6358_vproc11_reg>; }; &cpu6 { proc-supply = <&mt6358_vproc11_reg>; }; &cpu7 { proc-supply = <&mt6358_vproc11_reg>; }; &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins>; status = "okay"; clock-frequency = <400000>; #address-cells = <1>; #size-cells = <0>; }; &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>; status = "okay"; clock-frequency = <100000>; }; &i2c3 { pinctrl-names = "default"; pinctrl-0 = <&i2c3_pins>; status = "okay"; clock-frequency = <100000>; #address-cells = <1>; #size-cells = <0>; }; &i2c5 { pinctrl-names = "default"; pinctrl-0 = <&i2c5_pins>; status = "okay"; clock-frequency = <100000>; #address-cells = <1>; #size-cells = <0>; }; &i2c6 { pinctrl-names = "default"; pinctrl-0 = <&i2c6_pins>; status = "okay"; clock-frequency = <100000>; }; &mmc0 { status = "okay"; pinctrl-names = "default", "state_uhs"; pinctrl-0 = <&mmc0_pins_default>; pinctrl-1 = <&mmc0_pins_uhs>; bus-width = <8>; max-frequency = <200000000>; cap-mmc-highspeed; mmc-hs200-1_8v; mmc-hs400-1_8v; cap-mmc-hw-reset; no-sdio; no-sd; hs400-ds-delay = <0x12814>; vmmc-supply = <&mt6358_vemc_reg>; vqmmc-supply = <&mt6358_vio18_reg>; assigned-clocks = <&topckgen CLK_TOP_MUX_MSDC50_0>; assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_CK>; non-removable; }; &mmc1 { status = "okay"; pinctrl-names = "default", "state_uhs"; pinctrl-0 = <&mmc1_pins_default>; pinctrl-1 = <&mmc1_pins_uhs>; vmmc-supply = <&mmc1_fixed_power>; vqmmc-supply = <&mmc1_fixed_io>; mmc-pwrseq = <&wifi_pwrseq>; bus-width = <4>; max-frequency = <200000000>; drv-type = <2>; cap-sd-highspeed; sd-uhs-sdr50; sd-uhs-sdr104; keep-power-in-suspend; enable-sdio-wakeup; cap-sdio-irq; non-removable; no-mmc; no-sd; assigned-clocks = <&topckgen CLK_TOP_MUX_MSDC30_1>; assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>; #address-cells = <1>; #size-cells = <0>; qca_wifi: qca-wifi@1 { compatible = "qcom,ath10k"; reg = <1>; }; }; &mt6358_vdram2_reg { regulator-always-on; }; &mt6358codec { Avdd-supply = <&mt6358_vaud28_reg>; }; &mt6358_vsim1_reg { regulator-min-microvolt = <2700000>; regulator-max-microvolt = <2700000>; }; &mt6358_vsim2_reg { regulator-min-microvolt = <2700000>; regulator-max-microvolt = <2700000>; }; &pio { bt_pins: bt-pins { pins_bt_en { pinmux = ; output-low; }; }; ec_ap_int_odl: ec_ap_int_odl { pins1 { pinmux = ; input-enable; bias-pull-up; }; }; h1_int_od_l: h1_int_od_l { pins1 { pinmux = ; input-enable; }; }; i2c0_pins: i2c0 { pins_bus { pinmux = , ; mediatek,pull-up-adv = <3>; mediatek,drive-strength-adv = <00>; }; }; i2c1_pins: i2c1 { pins_bus { pinmux = , ; mediatek,pull-up-adv = <3>; mediatek,drive-strength-adv = <00>; }; }; i2c2_pins: i2c2 { pins_bus { pinmux = , ; bias-disable; mediatek,drive-strength-adv = <00>; }; }; i2c3_pins: i2c3 { pins_bus { pinmux = , ; mediatek,pull-up-adv = <3>; mediatek,drive-strength-adv = <00>; }; }; i2c4_pins: i2c4 { pins_bus { pinmux = , ; bias-disable; mediatek,drive-strength-adv = <00>; }; }; i2c5_pins: i2c5 { pins_bus { pinmux = , ; mediatek,pull-up-adv = <3>; mediatek,drive-strength-adv = <00>; }; }; i2c6_pins: i2c6 { pins_bus { pinmux = , ; bias-disable; }; }; mmc0_pins_default: mmc0-pins-default { pins_cmd_dat { pinmux = , , , , , , , , ; input-enable; drive-strength = ; mediatek,pull-up-adv = <01>; }; pins_clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; pins_rst { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <01>; }; }; mmc0_pins_uhs: mmc0-pins-uhs { pins_cmd_dat { pinmux = , , , , , , , , ; input-enable; drive-strength = ; mediatek,pull-up-adv = <01>; }; pins_clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; pins_ds { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; pins_rst { pinmux = ; drive-strength = ; mediatek,pull-up-adv = <01>; }; }; mmc1_pins_default: mmc1-pins-default { pins_cmd_dat { pinmux = , , , , ; input-enable; mediatek,pull-up-adv = <10>; }; pins_clk { pinmux = ; input-enable; mediatek,pull-down-adv = <10>; }; }; mmc1_pins_uhs: mmc1-pins-uhs { pins_cmd_dat { pinmux = , , , , ; drive-strength = ; input-enable; mediatek,pull-up-adv = <10>; }; pins_clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; input-enable; }; }; spi0_pins: spi0 { pins_spi{ pinmux = , , , ; bias-disable; }; }; spi1_pins: spi1 { pins_spi{ pinmux = , , , ; bias-disable; }; }; spi2_pins: spi2 { pins_spi{ pinmux = , , ; bias-disable; }; pins_spi_mi { pinmux = ; mediatek,pull-down-adv = <00>; }; }; spi3_pins: spi3 { pins_spi{ pinmux = , , , ; bias-disable; }; }; spi4_pins: spi4 { pins_spi{ pinmux = , , , ; bias-disable; }; }; spi5_pins: spi5 { pins_spi{ pinmux = , , , ; bias-disable; }; }; uart0_pins_default: uart0-pins-default { pins_rx { pinmux = ; input-enable; bias-pull-up; }; pins_tx { pinmux = ; }; }; uart1_pins_default: uart1-pins-default { pins_rx { pinmux = ; input-enable; bias-pull-up; }; pins_tx { pinmux = ; }; pins_rts { pinmux = ; output-enable; }; pins_cts { pinmux = ; input-enable; }; }; uart1_pins_sleep: uart1-pins-sleep { pins_rx { pinmux = ; input-enable; bias-pull-up; }; pins_tx { pinmux = ; }; pins_rts { pinmux = ; output-enable; }; pins_cts { pinmux = ; input-enable; }; }; wifi_pins_pwrseq: wifi-pins-pwrseq { pins_wifi_enable { pinmux = ; output-low; }; }; wifi_pins_wakeup: wifi-pins-wakeup { pins_wifi_wakeup { pinmux = ; input-enable; }; }; }; &soc_data { status = "okay"; }; &spi0 { pinctrl-names = "default"; pinctrl-0 = <&spi0_pins>; mediatek,pad-select = <0>; status = "okay"; cs-gpios = <&pio 86 GPIO_ACTIVE_LOW>; cr50@0 { compatible = "google,cr50"; reg = <0>; spi-max-frequency = <1000000>; pinctrl-names = "default"; pinctrl-0 = <&h1_int_od_l>; interrupt-parent = <&pio>; interrupts = <153 IRQ_TYPE_EDGE_RISING>; }; }; &spi1 { pinctrl-names = "default"; pinctrl-0 = <&spi1_pins>; mediatek,pad-select = <0>; status = "okay"; w25q64dw: spi-flash@0 { compatible = "winbond,w25q64dw", "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; }; }; &spi2 { pinctrl-names = "default"; pinctrl-0 = <&spi2_pins>; mediatek,pad-select = <0>; status = "okay"; cros_ec: cros-ec@0 { compatible = "google,cros-ec-spi"; reg = <0>; spi-max-frequency = <3000000>; interrupt-parent = <&pio>; interrupts = <151 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&ec_ap_int_odl>; i2c_tunnel: i2c-tunnel { compatible = "google,cros-ec-i2c-tunnel"; google,remote-bus = <1>; #address-cells = <1>; #size-cells = <0>; }; usbc_extcon: extcon0 { compatible = "google,extcon-usbc-cros-ec"; google,usb-port-id = <0>; }; }; }; &spi3 { pinctrl-names = "default"; pinctrl-0 = <&spi3_pins>; mediatek,pad-select = <0>; status = "disabled"; }; &spi4 { pinctrl-names = "default"; pinctrl-0 = <&spi4_pins>; mediatek,pad-select = <0>; status = "disabled"; }; &spi5 { pinctrl-names = "default"; pinctrl-0 = <&spi5_pins>; mediatek,pad-select = <0>; status = "disabled"; }; &ssusb { dr_mode = "host"; wakeup-source; vusb33-supply = <&mt6358_vusb_reg>; status = "okay"; }; &u3phy { status = "okay"; }; &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_default>; status = "okay"; }; &uart1 { pinctrl-names = "default", "sleep"; pinctrl-0 = <&uart1_pins_default>; pinctrl-1 = <&uart1_pins_sleep>; status = "okay"; interrupts-extended = <&sysirq GIC_SPI 92 IRQ_TYPE_LEVEL_LOW>, <&pio 121 IRQ_TYPE_EDGE_FALLING>; bluetooth: bluetooth { pinctrl-names = "default"; pinctrl-0 = <&bt_pins>; status = "okay"; compatible = "qcom,qca6174-bt"; enable-gpios = <&pio 120 0>; clocks = <&clk32k>; firmware-name = "nvm_00440302_i2s.bin"; }; }; &usb_host { #address-cells = <1>; #size-cells = <0>; vusb33-supply = <&mt6358_vusb_reg>; status = "okay"; hub@1 { compatible = "usb5e3,610"; reg = <1>; }; }; #include #include