boards: arm: bl654_dvk: Add MCP7940N

Adds the Microchip MCP7940N RTC/BBRAM device to the board file.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-02-24 12:23:40 +00:00 committed by Carles Cufí
parent 0286549d20
commit f97106e113

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2019 Laird Connectivity
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -77,6 +78,7 @@
mcuboot-button0 = &button1;
mcuboot-led0 = &led1;
watchdog0 = &wdt0;
bbram0 = &extrtc0;
};
};
@ -119,6 +121,12 @@
#io-channel-cells = <1>;
status = "disabled";
};
extrtc0: mcp7940n@6f {
compatible = "microchip,mcp7940n";
reg = <0x6f>;
status = "okay";
};
};
&pwm0 {