diff options
author | Hsin-Yi Wang <hsinyi@chromium.org> | 2021-11-10 07:31:13 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2021-11-17 18:38:11 +0100 |
commit | 52e84f23345904e91ea35199033fe8b0772f2f39 (patch) | |
tree | 7f5585cfcfce1b76be5eb31257393ae9c9ea3496 /arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts | |
parent | arm64: dts: mt8183: jacuzzi: remove unused ddc-i2c-bus (diff) | |
download | linux-52e84f23345904e91ea35199033fe8b0772f2f39.tar.xz linux-52e84f23345904e91ea35199033fe8b0772f2f39.zip |
arm64: dts: mt8183: Add kukui-jacuzzi-cozmo board
Cozmo is known as Acer Chromebook 314 (CB314-2H/CB314-2HT)
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20211110063118.3412564-2-hsinyi@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts new file mode 100644 index 000000000000..072133fb0f01 --- /dev/null +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts @@ -0,0 +1,36 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) +/* + * Copyright 2021 Google LLC + */ + +/dts-v1/; +#include "mt8183-kukui-jacuzzi.dtsi" +#include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi" + +/ { + model = "Google cozmo board"; + compatible = "google,cozmo", "mediatek,mt8183"; +}; + +&i2c_tunnel { + google,remote-bus = <0>; +}; + +&i2c2 { + trackpad@2c { + compatible = "hid-over-i2c"; + reg = <0x2c>; + hid-descr-addr = <0x20>; + + pinctrl-names = "default"; + pinctrl-0 = <&trackpad_pins>; + + interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>; + + wakeup-source; + }; +}; + +&qca_wifi { + qcom,ath10k-calibration-variant = "GO_COZMO"; +}; |