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