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:
parent
0286549d20
commit
f97106e113
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue