You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
334 B
23 lines
334 B
/* |
|
* Copyright 2024 NXP |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include "imx95_evk_mimx9596_m7.dts" |
|
|
|
/ { |
|
model = "NXP i.MX95 EVK board DDR variant"; |
|
|
|
chosen { |
|
zephyr,sram = &ddr; |
|
/delete-property/ zephyr,flash; |
|
}; |
|
|
|
ddr: memory@80000000 { |
|
device_type = "memory"; |
|
reg = <0x80000000 DT_SIZE_M(4)>; |
|
}; |
|
};
|
|
|