blob: 099dbb6ab24366accffd15e1c581b1aaabda19b7 [file] [log] [blame]
/*
* Copyright (c) 2018, Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <microchip/mec1501hsz.dtsi>
/ {
model = "Microchip MEC15XXEVB_ASSY6853 evaluation board";
compatible = "microchip,mec15xxevb_assy6853", "microchip,mec1501hsz";
chosen {
zephyr,sram = &sram0;
zephyr,console = &uart2;
zephyr,flash = &flash0;
};
};
&uart2 {
status = "okay";
current-speed = <115200>;
};
&i2c0 {
status = "okay";
port_sel = <0>;
};
&i2c1 {
status = "okay";
port_sel = <1>;
};
&i2c2 {
status = "okay";
port_sel = <7>;
};
&espi0 {
status = "okay";
agg_io_irq = <11>;
agg_vw_irq = <15>;
agg_pc_irq = <7>;
io_girq = <19>;
vw_girq = <24>;
pc_girq = <15>;
};