blob: 332894218f074a714d7fed375eea82aec93c0fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2022 Google LLC
*/
/dts-v1/;
#include "mt8186-corsola-steelix.dtsi"
/ {
model = "Google Magneton board";
compatible = "google,steelix-sku393221", "google,steelix-sku393218",
"google,steelix", "mediatek,mt8186";
chassis-type = "laptop";
};
&gpio_keys {
status = "disabled";
};
&touchscreen {
status = "disabled";
};
&usb_c1 {
status = "disabled";
};
|