1/*
2 * Copyright (c) 2024 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Microchip MEC5 SoC's optional hardware power guard controllers
8 * Include this file in the soc {} section in the relevant chip DTSI files.
9 */
10pwrgrd0: pwrgrd@40003000 {
11	reg = <0x40003000 0x80>;
12	interrupts = <88 3>;
13	status = "disabled";
14};
15
16pwrgrd1: pwrgrd@40003080 {
17	reg = <0x40003080 0x80>;
18	interrupts = <89 3>;
19	status = "disabled";
20};
21