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_chan20.dtsi"
23		#include "mec5/mec5_eeprom_8kb.dtsi"
24		#include "mec5/mec5_gpspi_v2.dtsi"
25		#include "mec5/mec5_pkg176_pwms.dtsi"
26		#include "mec5/mec5_pkg176_uarts.dtsi"
27		#include "mec5/mec5_i3c.dtsi"
28
29		kscan0: kscan@40009c00 {
30			reg = <0x40009c00 0x18>;
31			interrupts = <135 0>;
32			status = "disabled";
33		};
34
35	};
36};
37