1/*
2 * Copyright (c) 2024 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <arm/armv7-m.dtsi>
8
9#include "mec5.dtsi"
10
11/ {
12	flash0: flash@b0000 {
13		reg = <0x000b0000 0x68000>;
14	};
15
16	sram0: memory@118000 {
17		compatible = "mmio-sram";
18		reg = <0x00118000 0xf800>;
19	};
20
21	soc {
22		#include "mec5/mec5_dma_chan16.dtsi"
23		#include "mec5/mec5_gpspi_v2.dtsi"
24		#include "mec5/mec5_eeprom_8kb.dtsi"
25
26		kscan0: kscan@40009c00 {
27			reg = <0x40009c00 0x18>;
28			interrupts = <135 0>;
29			status = "disabled";
30		};
31
32		uart2: uart@400f2c00 {
33			reg = <0x400f2c00 0x400>;
34			interrupts = <183 1>;
35			clock-frequency = <1843200>;
36			current-speed = <38400>;
37			status = "disabled";
38		};
39	};
40};
41