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>
22 lines
458 B
Text
22 lines
458 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2022 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8186-corsola-steelix.dtsi"
|
|
|
|
/ {
|
|
model = "Google Rusty sku196608/196609/196610/196611 board";
|
|
compatible = "google,steelix-sku196608", "google,steelix-sku196609",
|
|
"google,steelix-sku196610", "google,steelix-sku196611",
|
|
"google,steelix", "mediatek,mt8186";
|
|
};
|
|
|
|
&gpio_keys {
|
|
status = "disabled";
|
|
};
|
|
|
|
&touchscreen {
|
|
status = "disabled";
|
|
};
|