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@c0000 { 13 reg = <0x000c0000 0x58000>; 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_v1.dtsi" 24 #include "mec5/mec5_eeprom_8kb.dtsi" 25 #include "mec5/mec5_pkg176_pwms.dtsi" 26 27 kscan0: kscan@40009c00 { 28 reg = <0x40009c00 0x18>; 29 interrupts = <135 0>; 30 status = "disabled"; 31 }; 32 }; 33}; 34