sevki
c9e1dba412
setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
17 lines
332 B
Text
17 lines
332 B
Text
// 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 */
|
|
};
|