Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003  * Copyright 2021 Google LLC
0004  */
0005 
0006 /dts-v1/;
0007 #include "mt8183-kukui-jacuzzi-fennel.dtsi"
0008 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
0009 
0010 / {
0011         model = "Google fennel sku1 board";
0012         compatible = "google,fennel-sku1", "google,fennel", "mediatek,mt8183";
0013 
0014         pwmleds {
0015                 compatible = "pwm-leds";
0016                 keyboard_backlight: keyboard-backlight {
0017                         label = "cros_ec::kbd_backlight";
0018                         pwms = <&cros_ec_pwm 0>;
0019                         max-brightness = <1023>;
0020                 };
0021         };
0022 };
0023 
0024 &cros_ec_pwm {
0025         status = "okay";
0026 };
0027 
0028 &touchscreen {
0029         status = "okay";
0030 
0031         compatible = "hid-over-i2c";
0032         reg = <0x10>;
0033         interrupt-parent = <&pio>;
0034         interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
0035         pinctrl-names = "default";
0036         pinctrl-0 = <&touchscreen_pins>;
0037 
0038         post-power-on-delay-ms = <10>;
0039         hid-descr-addr = <0x0001>;
0040 };
0041 
0042 &qca_wifi {
0043         qcom,ath10k-calibration-variant = "GO_FENNEL";
0044 };
0045