There are 2 other timers that could be selected, let's just take the first 32bits one. This should be sufficient to verify the driver. Enabling the timer in relevant board's dts file as well. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
54 lines
741 B
Text
54 lines
741 B
Text
/*
|
|
* 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>;
|
|
};
|
|
|
|
&timer3 {
|
|
status = "okay";
|
|
};
|