/* Copyright 2021 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /dts-v1/; #include #include / { model = "Google IT8XXX2 Baseboard"; chosen { zephyr,sram = &sram0; zephyr,console = &uart1; zephyr,shell-uart = &uart1; zephyr,flash = &flash0; zephyr,flash-controller = &flashctrl; }; /* Override keyboard scanning */ soc { /delete-node/ kscan@f01d00; cros_kb_raw: cros-kb-raw@f01d00 { compatible = "ite,it8xxx2-cros-kb-raw"; reg = <0x00f01d00 0x29>; interrupt-parent = <&intc>; interrupts = <13 IRQ_TYPE_LEVEL_HIGH>; }; }; }; &uart1 { status = "okay"; current-speed = <115200>; clock-frequency = <1804800>; }; &ite_uart1_wrapper { status = "okay"; }; &cros_kb_raw { status = "okay"; /* Override in project dts if not required */ };