mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
/*
|
||
|
* Copyright 2021 Google LLC
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "mt8183-kukui-jacuzzi.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Google kappa board";
|
||
|
compatible = "google,kappa", "mediatek,mt8183";
|
||
|
};
|
||
|
|
||
|
&mt6358codec {
|
||
|
mediatek,dmic-mode = <1>; /* one-wire */
|
||
|
};
|