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>
19 lines
468 B
Text
19 lines
468 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2022 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8186-corsola-steelix.dtsi"
|
|
#include "mt8186-corsola-ps8640.dtsi"
|
|
|
|
/ {
|
|
model = "Google Steelix rev0/rev1 sku131073 board";
|
|
compatible = "google,steelix-rev0-sku131073", "google,steelix-rev0",
|
|
"google,steelix-rev1-sku131073", "google,steelix-rev1",
|
|
"google,steelix", "mediatek,mt8186";
|
|
};
|
|
|
|
&mt6366codec {
|
|
mediatek,dmic-mode = <1>; /* one-wire */
|
|
};
|