Skip to content

Commit 7b0e431

Browse files
petejohanson-adikartben
authored andcommitted
tests: drivers: memc: Set up APARD32690 properly.
Enable/disable devices as necessary to ensure memc test will test the attached HyperRAM and no other memory nodes. Signed-off-by: Pete Johanson <[email protected]>
1 parent c4ed1c0 commit 7b0e431

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2025 Analog Devices, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&sram1 {
8+
status = "disabled";
9+
};
10+
11+
&sram2 {
12+
status = "disabled";
13+
};
14+
15+
&hpb {
16+
status = "okay";
17+
};
18+
19+
&sdram1 {
20+
status = "okay";
21+
};

0 commit comments

Comments
 (0)