Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions dts/arm/microchip/pic32c/pic32cx_sg/pic32cx1025sg.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* Copyright (c) 2024 Microchip
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <mem.h>
#include <microchip/pic32c/pic32cx_sg/pic32cxsg.dtsi>

/ {
soc {
nvmctrl@41004000 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Order by memory address. This is the devicetree standard we use.
Review all to make sure we did not missed any.

flash0: flash@0 {
reg = <0x0 DT_SIZE_K(1024)>;
};
};

sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
};
};
Loading