Skip to content

Commit 08ac1ac

Browse files
MyGh64605Michael Sherwood
authored andcommitted
dts: arm: microchip Addition of pic32cxsg
Addition of pic32cxsg 'dtsi' files Signed-off-by: Michael D Sherwood <[email protected]>
1 parent 8661c3c commit 08ac1ac

File tree

2 files changed

+546
-0
lines changed

2 files changed

+546
-0
lines changed

dts/arm/microchip/pic32cx1025sg.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2024 Microchip
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <mem.h>
8+
#include <microchip/pic32cxsg.dtsi>
9+
10+
/ {
11+
soc {
12+
nvmctrl@41004000 {
13+
flash0: flash@0 {
14+
reg = <0x0 DT_SIZE_K(1024)>;
15+
};
16+
};
17+
18+
sram0: memory@20000000 {
19+
reg = <0x20000000 DT_SIZE_K(256)>;
20+
};
21+
};
22+
};

0 commit comments

Comments
 (0)