18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
|
// 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 kappa board";
|
||
|
compatible = "google,kappa", "mediatek,mt8183";
|
||
|
};
|
||
|
|
||
|
&mt6358codec {
|
||
|
mediatek,dmic-mode = <1>; /* one-wire */
|
||
|
};
|