12eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
22eb4d8dcSEmmanuel Vadot/*
32eb4d8dcSEmmanuel Vadot * Copyright 2021 Google LLC
42eb4d8dcSEmmanuel Vadot */
52eb4d8dcSEmmanuel Vadot
62eb4d8dcSEmmanuel Vadot/dts-v1/;
72eb4d8dcSEmmanuel Vadot#include "mt8183-kukui.dtsi"
88cc087a1SEmmanuel Vadot#include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi"
92eb4d8dcSEmmanuel Vadot
102eb4d8dcSEmmanuel Vadot/ {
112eb4d8dcSEmmanuel Vadot	ppvarn_lcd: ppvarn-lcd {
122eb4d8dcSEmmanuel Vadot		compatible = "regulator-fixed";
132eb4d8dcSEmmanuel Vadot		regulator-name = "ppvarn_lcd";
142eb4d8dcSEmmanuel Vadot		pinctrl-names = "default";
152eb4d8dcSEmmanuel Vadot		pinctrl-0 = <&ppvarn_lcd_en>;
162eb4d8dcSEmmanuel Vadot
172eb4d8dcSEmmanuel Vadot		enable-active-high;
182eb4d8dcSEmmanuel Vadot
192eb4d8dcSEmmanuel Vadot		gpio = <&pio 66 GPIO_ACTIVE_HIGH>;
202eb4d8dcSEmmanuel Vadot	};
212eb4d8dcSEmmanuel Vadot
222eb4d8dcSEmmanuel Vadot	ppvarp_lcd: ppvarp-lcd {
232eb4d8dcSEmmanuel Vadot		compatible = "regulator-fixed";
242eb4d8dcSEmmanuel Vadot		regulator-name = "ppvarp_lcd";
252eb4d8dcSEmmanuel Vadot		pinctrl-names = "default";
262eb4d8dcSEmmanuel Vadot		pinctrl-0 = <&ppvarp_lcd_en>;
272eb4d8dcSEmmanuel Vadot
282eb4d8dcSEmmanuel Vadot		enable-active-high;
292eb4d8dcSEmmanuel Vadot
302eb4d8dcSEmmanuel Vadot		gpio = <&pio 166 GPIO_ACTIVE_HIGH>;
312eb4d8dcSEmmanuel Vadot	};
322eb4d8dcSEmmanuel Vadot
332eb4d8dcSEmmanuel Vadot	pp1800_lcd: pp1800-lcd {
342eb4d8dcSEmmanuel Vadot		compatible = "regulator-fixed";
352eb4d8dcSEmmanuel Vadot		regulator-name = "pp1800_lcd";
362eb4d8dcSEmmanuel Vadot		pinctrl-names = "default";
372eb4d8dcSEmmanuel Vadot		pinctrl-0 = <&pp1800_lcd_en>;
382eb4d8dcSEmmanuel Vadot
392eb4d8dcSEmmanuel Vadot		enable-active-high;
402eb4d8dcSEmmanuel Vadot
412eb4d8dcSEmmanuel Vadot		gpio = <&pio 36 GPIO_ACTIVE_HIGH>;
422eb4d8dcSEmmanuel Vadot	};
432eb4d8dcSEmmanuel Vadot};
442eb4d8dcSEmmanuel Vadot
452eb4d8dcSEmmanuel Vadot&i2c0 {
462eb4d8dcSEmmanuel Vadot	status = "okay";
472eb4d8dcSEmmanuel Vadot
482eb4d8dcSEmmanuel Vadot	touchscreen: touchscreen@10 {
492eb4d8dcSEmmanuel Vadot		compatible = "hid-over-i2c";
502eb4d8dcSEmmanuel Vadot		reg = <0x10>;
51*8d13bc63SEmmanuel Vadot		interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
522eb4d8dcSEmmanuel Vadot		pinctrl-names = "default";
532eb4d8dcSEmmanuel Vadot		pinctrl-0 = <&touch_default>;
542eb4d8dcSEmmanuel Vadot
552eb4d8dcSEmmanuel Vadot		post-power-on-delay-ms = <10>;
562eb4d8dcSEmmanuel Vadot		hid-descr-addr = <0x0001>;
572eb4d8dcSEmmanuel Vadot	};
582eb4d8dcSEmmanuel Vadot};
592eb4d8dcSEmmanuel Vadot
602eb4d8dcSEmmanuel Vadot&i2c2 {
612eb4d8dcSEmmanuel Vadot        pinctrl-names = "default";
622eb4d8dcSEmmanuel Vadot	pinctrl-0 = <&i2c2_pins>;
632eb4d8dcSEmmanuel Vadot	status = "okay";
642eb4d8dcSEmmanuel Vadot	clock-frequency = <400000>;
655956d97fSEmmanuel Vadot	vbus-supply = <&mt6358_vcamio_reg>;
662eb4d8dcSEmmanuel Vadot
672eb4d8dcSEmmanuel Vadot	eeprom@58 {
682eb4d8dcSEmmanuel Vadot		compatible = "atmel,24c64";
692eb4d8dcSEmmanuel Vadot		reg = <0x58>;
702eb4d8dcSEmmanuel Vadot		pagesize = <32>;
715956d97fSEmmanuel Vadot		vcc-supply = <&mt6358_vcamio_reg>;
722eb4d8dcSEmmanuel Vadot	};
732eb4d8dcSEmmanuel Vadot};
742eb4d8dcSEmmanuel Vadot
752eb4d8dcSEmmanuel Vadot&i2c4 {
762eb4d8dcSEmmanuel Vadot        pinctrl-names = "default";
772eb4d8dcSEmmanuel Vadot	pinctrl-0 = <&i2c4_pins>;
782eb4d8dcSEmmanuel Vadot	status = "okay";
792eb4d8dcSEmmanuel Vadot	clock-frequency = <400000>;
805956d97fSEmmanuel Vadot	vbus-supply = <&mt6358_vcn18_reg>;
812eb4d8dcSEmmanuel Vadot
822eb4d8dcSEmmanuel Vadot	eeprom@54 {
832eb4d8dcSEmmanuel Vadot		compatible = "atmel,24c64";
842eb4d8dcSEmmanuel Vadot		reg = <0x54>;
852eb4d8dcSEmmanuel Vadot		pagesize = <32>;
865956d97fSEmmanuel Vadot		vcc-supply = <&mt6358_vcn18_reg>;
872eb4d8dcSEmmanuel Vadot	};
882eb4d8dcSEmmanuel Vadot};
892eb4d8dcSEmmanuel Vadot
902eb4d8dcSEmmanuel Vadot&mt6358_vcama2_reg {
912eb4d8dcSEmmanuel Vadot	regulator-min-microvolt = <2800000>;
922eb4d8dcSEmmanuel Vadot	regulator-max-microvolt = <2800000>;
932eb4d8dcSEmmanuel Vadot};
942eb4d8dcSEmmanuel Vadot
952eb4d8dcSEmmanuel Vadot&pio {
962eb4d8dcSEmmanuel Vadot	/* 192 lines */
972eb4d8dcSEmmanuel Vadot	gpio-line-names =
982eb4d8dcSEmmanuel Vadot		"SPI_AP_EC_CS_L",
992eb4d8dcSEmmanuel Vadot		"SPI_AP_EC_MOSI",
1002eb4d8dcSEmmanuel Vadot		"SPI_AP_EC_CLK",
1012eb4d8dcSEmmanuel Vadot		"I2S3_DO",
1022eb4d8dcSEmmanuel Vadot		"USB_PD_INT_ODL",
1032eb4d8dcSEmmanuel Vadot		"",
1042eb4d8dcSEmmanuel Vadot		"",
1052eb4d8dcSEmmanuel Vadot		"",
1062eb4d8dcSEmmanuel Vadot		"",
1072eb4d8dcSEmmanuel Vadot		"IT6505_HPD_L",
1082eb4d8dcSEmmanuel Vadot		"I2S3_TDM_D3",
1092eb4d8dcSEmmanuel Vadot		"SOC_I2C6_1V8_SCL",
1102eb4d8dcSEmmanuel Vadot		"SOC_I2C6_1V8_SDA",
1112eb4d8dcSEmmanuel Vadot		"DPI_D0",
1122eb4d8dcSEmmanuel Vadot		"DPI_D1",
1132eb4d8dcSEmmanuel Vadot		"DPI_D2",
1142eb4d8dcSEmmanuel Vadot		"DPI_D3",
1152eb4d8dcSEmmanuel Vadot		"DPI_D4",
1162eb4d8dcSEmmanuel Vadot		"DPI_D5",
1172eb4d8dcSEmmanuel Vadot		"DPI_D6",
1182eb4d8dcSEmmanuel Vadot		"DPI_D7",
1192eb4d8dcSEmmanuel Vadot		"DPI_D8",
1202eb4d8dcSEmmanuel Vadot		"DPI_D9",
1212eb4d8dcSEmmanuel Vadot		"DPI_D10",
1222eb4d8dcSEmmanuel Vadot		"DPI_D11",
1232eb4d8dcSEmmanuel Vadot		"DPI_HSYNC",
1242eb4d8dcSEmmanuel Vadot		"DPI_VSYNC",
1252eb4d8dcSEmmanuel Vadot		"DPI_DE",
1262eb4d8dcSEmmanuel Vadot		"DPI_CK",
1272eb4d8dcSEmmanuel Vadot		"AP_MSDC1_CLK",
1282eb4d8dcSEmmanuel Vadot		"AP_MSDC1_DAT3",
1292eb4d8dcSEmmanuel Vadot		"AP_MSDC1_CMD",
1302eb4d8dcSEmmanuel Vadot		"AP_MSDC1_DAT0",
1312eb4d8dcSEmmanuel Vadot		"AP_MSDC1_DAT2",
1322eb4d8dcSEmmanuel Vadot		"AP_MSDC1_DAT1",
1332eb4d8dcSEmmanuel Vadot		"",
1342eb4d8dcSEmmanuel Vadot		"",
1352eb4d8dcSEmmanuel Vadot		"",
1362eb4d8dcSEmmanuel Vadot		"",
1372eb4d8dcSEmmanuel Vadot		"",
1382eb4d8dcSEmmanuel Vadot		"",
1392eb4d8dcSEmmanuel Vadot		"OTG_EN",
1402eb4d8dcSEmmanuel Vadot		"DRVBUS",
1412eb4d8dcSEmmanuel Vadot		"DISP_PWM",
1422eb4d8dcSEmmanuel Vadot		"DSI_TE",
1432eb4d8dcSEmmanuel Vadot		"LCM_RST_1V8",
1442eb4d8dcSEmmanuel Vadot		"AP_CTS_WIFI_RTS",
1452eb4d8dcSEmmanuel Vadot		"AP_RTS_WIFI_CTS",
1462eb4d8dcSEmmanuel Vadot		"SOC_I2C5_1V8_SCL",
1472eb4d8dcSEmmanuel Vadot		"SOC_I2C5_1V8_SDA",
1482eb4d8dcSEmmanuel Vadot		"SOC_I2C3_1V8_SCL",
1492eb4d8dcSEmmanuel Vadot		"SOC_I2C3_1V8_SDA",
1502eb4d8dcSEmmanuel Vadot		"",
1512eb4d8dcSEmmanuel Vadot		"",
1522eb4d8dcSEmmanuel Vadot		"",
1532eb4d8dcSEmmanuel Vadot		"",
1542eb4d8dcSEmmanuel Vadot		"",
1552eb4d8dcSEmmanuel Vadot		"",
1562eb4d8dcSEmmanuel Vadot		"",
1572eb4d8dcSEmmanuel Vadot		"",
1582eb4d8dcSEmmanuel Vadot		"",
1592eb4d8dcSEmmanuel Vadot		"",
1602eb4d8dcSEmmanuel Vadot		"",
1612eb4d8dcSEmmanuel Vadot		"",
1622eb4d8dcSEmmanuel Vadot		"",
1632eb4d8dcSEmmanuel Vadot		"",
1642eb4d8dcSEmmanuel Vadot		"",
1652eb4d8dcSEmmanuel Vadot		"",
1662eb4d8dcSEmmanuel Vadot		"",
1672eb4d8dcSEmmanuel Vadot		"",
1682eb4d8dcSEmmanuel Vadot		"",
1692eb4d8dcSEmmanuel Vadot		"",
1702eb4d8dcSEmmanuel Vadot		"",
1712eb4d8dcSEmmanuel Vadot		"",
1722eb4d8dcSEmmanuel Vadot		"",
1732eb4d8dcSEmmanuel Vadot		"",
1742eb4d8dcSEmmanuel Vadot		"",
1752eb4d8dcSEmmanuel Vadot		"",
1762eb4d8dcSEmmanuel Vadot		"",
1772eb4d8dcSEmmanuel Vadot		"",
1782eb4d8dcSEmmanuel Vadot		"",
1792eb4d8dcSEmmanuel Vadot		"SOC_I2C1_1V8_SDA",
1802eb4d8dcSEmmanuel Vadot		"SOC_I2C0_1V8_SDA",
1812eb4d8dcSEmmanuel Vadot		"SOC_I2C0_1V8_SCL",
1822eb4d8dcSEmmanuel Vadot		"SOC_I2C1_1V8_SCL",
1832eb4d8dcSEmmanuel Vadot		"AP_SPI_H1_MISO",
1842eb4d8dcSEmmanuel Vadot		"AP_SPI_H1_CS_L",
1852eb4d8dcSEmmanuel Vadot		"AP_SPI_H1_MOSI",
1862eb4d8dcSEmmanuel Vadot		"AP_SPI_H1_CLK",
1872eb4d8dcSEmmanuel Vadot		"I2S5_BCK",
1882eb4d8dcSEmmanuel Vadot		"I2S5_LRCK",
1892eb4d8dcSEmmanuel Vadot		"I2S5_DO",
1902eb4d8dcSEmmanuel Vadot		"BOOTBLOCK_EN_L",
1912eb4d8dcSEmmanuel Vadot		"MT8183_KPCOL0",
1922eb4d8dcSEmmanuel Vadot		"SPI_AP_EC_MISO",
1932eb4d8dcSEmmanuel Vadot		"UART_DBG_TX_AP_RX",
1942eb4d8dcSEmmanuel Vadot		"UART_AP_TX_DBG_RX",
1952eb4d8dcSEmmanuel Vadot		"I2S2_MCK",
1962eb4d8dcSEmmanuel Vadot		"I2S2_BCK",
1972eb4d8dcSEmmanuel Vadot		"CLK_5M_WCAM",
1982eb4d8dcSEmmanuel Vadot		"CLK_2M_UCAM",
1992eb4d8dcSEmmanuel Vadot		"I2S2_LRCK",
2002eb4d8dcSEmmanuel Vadot		"I2S2_DI",
2012eb4d8dcSEmmanuel Vadot		"SOC_I2C2_1V8_SCL",
2022eb4d8dcSEmmanuel Vadot		"SOC_I2C2_1V8_SDA",
2032eb4d8dcSEmmanuel Vadot		"SOC_I2C4_1V8_SCL",
2042eb4d8dcSEmmanuel Vadot		"SOC_I2C4_1V8_SDA",
2052eb4d8dcSEmmanuel Vadot		"",
2062eb4d8dcSEmmanuel Vadot		"SCL8",
2072eb4d8dcSEmmanuel Vadot		"SDA8",
2082eb4d8dcSEmmanuel Vadot		"FCAM_PWDN_L",
2092eb4d8dcSEmmanuel Vadot		"",
2102eb4d8dcSEmmanuel Vadot		"",
2112eb4d8dcSEmmanuel Vadot		"",
2122eb4d8dcSEmmanuel Vadot		"",
2132eb4d8dcSEmmanuel Vadot		"",
2142eb4d8dcSEmmanuel Vadot		"",
2152eb4d8dcSEmmanuel Vadot		"",
2162eb4d8dcSEmmanuel Vadot		"",
2172eb4d8dcSEmmanuel Vadot		"",
2182eb4d8dcSEmmanuel Vadot		"",
2192eb4d8dcSEmmanuel Vadot		"",
2202eb4d8dcSEmmanuel Vadot		"",
2212eb4d8dcSEmmanuel Vadot		"",
2222eb4d8dcSEmmanuel Vadot		"",
2232eb4d8dcSEmmanuel Vadot		"",
2242eb4d8dcSEmmanuel Vadot		"",
2252eb4d8dcSEmmanuel Vadot		"",
2262eb4d8dcSEmmanuel Vadot		"",
2272eb4d8dcSEmmanuel Vadot		"",
2282eb4d8dcSEmmanuel Vadot		"",
2292eb4d8dcSEmmanuel Vadot		"",
2302eb4d8dcSEmmanuel Vadot		"",
2312eb4d8dcSEmmanuel Vadot		"",
2322eb4d8dcSEmmanuel Vadot		"",
2332eb4d8dcSEmmanuel Vadot		"",
2342eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2352eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2362eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2372eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2382eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2392eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2402eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2412eb4d8dcSEmmanuel Vadot		"I2S_PMIC",
2422eb4d8dcSEmmanuel Vadot		"",
2432eb4d8dcSEmmanuel Vadot		"",
2442eb4d8dcSEmmanuel Vadot		"",
2452eb4d8dcSEmmanuel Vadot		"",
2462eb4d8dcSEmmanuel Vadot		"",
2472eb4d8dcSEmmanuel Vadot		"",
2482eb4d8dcSEmmanuel Vadot		/*
2492eb4d8dcSEmmanuel Vadot		 * AP_FLASH_WP_L is crossystem ABI. Rev1 schematics
2502eb4d8dcSEmmanuel Vadot		 * call it BIOS_FLASH_WP_R_L.
2512eb4d8dcSEmmanuel Vadot		 */
2522eb4d8dcSEmmanuel Vadot		"AP_FLASH_WP_L",
2532eb4d8dcSEmmanuel Vadot		"EC_AP_INT_ODL",
2542eb4d8dcSEmmanuel Vadot		"IT6505_INT_ODL",
2552eb4d8dcSEmmanuel Vadot		"H1_INT_OD_L",
2562eb4d8dcSEmmanuel Vadot		"",
2572eb4d8dcSEmmanuel Vadot		"",
2582eb4d8dcSEmmanuel Vadot		"",
2592eb4d8dcSEmmanuel Vadot		"",
2602eb4d8dcSEmmanuel Vadot		"",
2612eb4d8dcSEmmanuel Vadot		"",
2622eb4d8dcSEmmanuel Vadot		"",
2632eb4d8dcSEmmanuel Vadot		"AP_SPI_FLASH_MISO",
2642eb4d8dcSEmmanuel Vadot		"AP_SPI_FLASH_CS_L",
2652eb4d8dcSEmmanuel Vadot		"AP_SPI_FLASH_MOSI",
2662eb4d8dcSEmmanuel Vadot		"AP_SPI_FLASH_CLK",
2672eb4d8dcSEmmanuel Vadot		"DA7219_IRQ",
2682eb4d8dcSEmmanuel Vadot		"",
2692eb4d8dcSEmmanuel Vadot		"",
2702eb4d8dcSEmmanuel Vadot		"",
2712eb4d8dcSEmmanuel Vadot		"",
2722eb4d8dcSEmmanuel Vadot		"",
2732eb4d8dcSEmmanuel Vadot		"",
2742eb4d8dcSEmmanuel Vadot		"",
2752eb4d8dcSEmmanuel Vadot		"",
2762eb4d8dcSEmmanuel Vadot		"",
2772eb4d8dcSEmmanuel Vadot		"",
2782eb4d8dcSEmmanuel Vadot		"",
2792eb4d8dcSEmmanuel Vadot		"",
2802eb4d8dcSEmmanuel Vadot		"",
2812eb4d8dcSEmmanuel Vadot		"",
2822eb4d8dcSEmmanuel Vadot		"",
2832eb4d8dcSEmmanuel Vadot		"",
2842eb4d8dcSEmmanuel Vadot		"",
2852eb4d8dcSEmmanuel Vadot		"",
2862eb4d8dcSEmmanuel Vadot		"",
2872eb4d8dcSEmmanuel Vadot		"",
2882eb4d8dcSEmmanuel Vadot		"",
2892eb4d8dcSEmmanuel Vadot		"",
2902eb4d8dcSEmmanuel Vadot		"",
2912eb4d8dcSEmmanuel Vadot		"",
2922eb4d8dcSEmmanuel Vadot		"",
2932eb4d8dcSEmmanuel Vadot		"";
2942eb4d8dcSEmmanuel Vadot
2952eb4d8dcSEmmanuel Vadot	ppvarp_lcd_en: ppvarp-lcd-en {
2962eb4d8dcSEmmanuel Vadot		pins1 {
2972eb4d8dcSEmmanuel Vadot			pinmux = <PINMUX_GPIO66__FUNC_GPIO66>;
2982eb4d8dcSEmmanuel Vadot			output-low;
2992eb4d8dcSEmmanuel Vadot		};
3002eb4d8dcSEmmanuel Vadot	};
3012eb4d8dcSEmmanuel Vadot
3022eb4d8dcSEmmanuel Vadot	ppvarn_lcd_en: ppvarn-lcd-en {
3032eb4d8dcSEmmanuel Vadot		pins1 {
3042eb4d8dcSEmmanuel Vadot			pinmux = <PINMUX_GPIO166__FUNC_GPIO166>;
3052eb4d8dcSEmmanuel Vadot			output-low;
3062eb4d8dcSEmmanuel Vadot		};
3072eb4d8dcSEmmanuel Vadot	};
3082eb4d8dcSEmmanuel Vadot
3092eb4d8dcSEmmanuel Vadot	pp1800_lcd_en: pp1800-lcd-en {
3102eb4d8dcSEmmanuel Vadot		pins1 {
3112eb4d8dcSEmmanuel Vadot			pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
3122eb4d8dcSEmmanuel Vadot			output-low;
3132eb4d8dcSEmmanuel Vadot		};
3142eb4d8dcSEmmanuel Vadot	};
3152eb4d8dcSEmmanuel Vadot
3162eb4d8dcSEmmanuel Vadot	touch_default: touchdefault {
3172eb4d8dcSEmmanuel Vadot		pin_irq {
3182eb4d8dcSEmmanuel Vadot			pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
3192eb4d8dcSEmmanuel Vadot			input-enable;
3202eb4d8dcSEmmanuel Vadot			bias-pull-up;
3212eb4d8dcSEmmanuel Vadot		};
3222eb4d8dcSEmmanuel Vadot
3232eb4d8dcSEmmanuel Vadot		touch_pin_reset: pin_reset {
3242eb4d8dcSEmmanuel Vadot			pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
3252eb4d8dcSEmmanuel Vadot
3262eb4d8dcSEmmanuel Vadot			/*
3272eb4d8dcSEmmanuel Vadot			 * The touchscreen driver doesn't currently support driving
3282eb4d8dcSEmmanuel Vadot			 * this reset line.  By specifying output-high here
3292eb4d8dcSEmmanuel Vadot			 * we're relying on the fact that this pin has a default
3302eb4d8dcSEmmanuel Vadot			 * pulldown at boot (which makes sure the controller was in
3312eb4d8dcSEmmanuel Vadot			 * reset if it was powered) and then we set it high here
3322eb4d8dcSEmmanuel Vadot			 * to take it out of reset.  Better would be if the touchscreen
3332eb4d8dcSEmmanuel Vadot			 * driver could control this and we could remove
3342eb4d8dcSEmmanuel Vadot			 * "output-high" here.
3352eb4d8dcSEmmanuel Vadot			 */
3362eb4d8dcSEmmanuel Vadot			output-high;
3372eb4d8dcSEmmanuel Vadot		};
3382eb4d8dcSEmmanuel Vadot	};
3392eb4d8dcSEmmanuel Vadot};
3402eb4d8dcSEmmanuel Vadot
341cb7aa33aSEmmanuel Vadot&cros_ec {
342cb7aa33aSEmmanuel Vadot	keyboard-controller {
343cb7aa33aSEmmanuel Vadot		compatible = "google,cros-ec-keyb-switches";
344cb7aa33aSEmmanuel Vadot	};
345cb7aa33aSEmmanuel Vadot};
346cb7aa33aSEmmanuel Vadot
3472eb4d8dcSEmmanuel Vadot&qca_wifi {
3482eb4d8dcSEmmanuel Vadot	qcom,ath10k-calibration-variant = "GO_KODAMA";
3492eb4d8dcSEmmanuel Vadot};
3502eb4d8dcSEmmanuel Vadot
3512eb4d8dcSEmmanuel Vadot&i2c_tunnel {
3522eb4d8dcSEmmanuel Vadot        google,remote-bus = <2>;
3532eb4d8dcSEmmanuel Vadot};
354