zephyr/dts/xtensa/espressif/esp32s2/esp32s2_wrover_n8r2.dtsi

19 lines
281 B
Plaintext

/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "esp32s2_common.dtsi"
/* 8MB flash */
&flash0 {
reg = <0x0 DT_SIZE_M(8)>;
};
/* 2MB psram */
&psram0 {
status = "okay";
reg = <0x3f500000 DT_SIZE_M(2)>;
};