Skip to content

Commit dc3a719

Browse files
TonyHan11nashif
authored andcommitted
dts: arm: microchip: sama7d6: reorganize and add dtsi files for SiPs
Add dtsi files for SiPs and put all the dtsi files for sama7d6 to "dts/arm/microchip/sam/sama7/sama7d6". Update the path of dtsi in the board dts file accordingly. URL for SiP (System-in-Package): https://ww1.microchip.com/downloads/aemDocuments/documents/MPU32/ProductDocuments/DataSheets/SAMA7D6-Series-SiP-Data-Sheet-DS60001853.pdf Signed-off-by: Tony Han <[email protected]>
1 parent 7ebf2b3 commit dc3a719

File tree

7 files changed

+69
-1
lines changed

7 files changed

+69
-1
lines changed

boards/microchip/sam/sama7d65_curiosity/sama7d65_curiosity.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <common/freq.h>
1010
#include <zephyr/dt-bindings/mfd/mfd_mchp_sam_flexcom.h>
1111
#include <dt-bindings/sam/sama7d6/sama7d65/sama7d65-pinctrl.h>
12-
#include <microchip/sam/sama7d6.dtsi>
12+
#include <microchip/sam/sama7/sama7d6/sama7d65.dtsi>
1313

1414
/ {
1515
model = "SAMA7D65-Curiosity board";
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
#include <microchip/sam/sama7/sama7d6/sama7d6.dtsi>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
#include <microchip/sam/sama7/sama7d6/sama7d65.dtsi>
9+
10+
/ {
11+
ddram: ddram@60000000 {
12+
compatible = "ddram";
13+
reg = <0x60000000 DT_SIZE_M(128)>;
14+
};
15+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
#include <microchip/sam/sama7/sama7d6/sama7d65.dtsi>
9+
10+
/ {
11+
ddram: ddram@60000000 {
12+
compatible = "ddram";
13+
reg = <0x60000000 DT_SIZE_M(256)>;
14+
};
15+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
#include <microchip/sam/sama7/sama7d6/sama7d65.dtsi>
9+
10+
/ {
11+
ddram: ddram@60000000 {
12+
compatible = "ddram";
13+
reg = <0x60000000 DT_SIZE_M(512)>;
14+
};
15+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
#include <microchip/sam/sama7/sama7d6/sama7d65.dtsi>
9+
10+
/ {
11+
ddram: ddram@60000000 {
12+
compatible = "ddram";
13+
reg = <0x60000000 DT_SIZE_M(64)>;
14+
};
15+
};

0 commit comments

Comments
 (0)