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>
42 lines
803 B
Text
42 lines
803 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2022 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8186-corsola-steelix.dtsi"
|
|
#include "mt6315.dtsi"
|
|
|
|
/ {
|
|
model = "Google Rusty sku196612/196613/196614/196615 board";
|
|
compatible = "google,steelix-sku196612", "google,steelix-sku196613",
|
|
"google,steelix-sku196614", "google,steelix-sku196615",
|
|
"google,steelix", "mediatek,mt8186";
|
|
};
|
|
|
|
&cpu6 {
|
|
proc-supply = <&mt6315_6_vbuck1>;
|
|
sram-supply = <&mt6366_vsram_proc11_reg>;
|
|
};
|
|
|
|
&cpu7 {
|
|
proc-supply = <&mt6315_6_vbuck1>;
|
|
sram-supply = <&mt6366_vsram_proc11_reg>;
|
|
};
|
|
|
|
&gpio_keys {
|
|
status = "disabled";
|
|
};
|
|
|
|
&cluster1_opp_14 {
|
|
opp-hz = /bits/ 64 <2050000000>;
|
|
opp-microvolt = <1118750>;
|
|
};
|
|
|
|
&cluster1_opp_15 {
|
|
opp-hz = /bits/ 64 <2200000000>;
|
|
};
|
|
|
|
&touchscreen {
|
|
status = "disabled";
|
|
};
|