1/*
2 * Copyright (c) 2024 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* MEC5 EEPROM controller with internal 8 kilobyte EEPROM */
8eeprom: eeprom@40002c00 {
9 reg = <0x40002c00 0x400>;
10 interrupts = <155 2>;
11 size = <8192>;
12 status = "disabled";
13};
14