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
379 B
Text
Executable file
17 lines
379 B
Text
Executable file
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2021 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8183-kukui-jacuzzi-fennel.dtsi"
|
|
#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
|
|
|
/ {
|
|
model = "Google makomo rev3 sku0 board";
|
|
compatible = "google,makomo-rev3-sku0", "google,makomo", "mediatek,mt8183";
|
|
};
|
|
|
|
&qca_wifi {
|
|
qcom,ath10k-calibration-variant = "GO_FENNEL14";
|
|
};
|