zephyr/dts/xtensa/espressif/esp32s3/esp32s3_wroom_n16r8.dtsi
Marek Matej 79869f8abd dts: xtensa: esp32xx rework soc/sip list
Introduce dtsi files representing the
current portfolio of chips and modules
based on the followint criteria:

- flash size
- psram size
- gpio count
- certification status

Update the boards dts files according
to which SOC/SIP they are using.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2023-07-25 18:12:33 +02:00

19 lines
283 B
Plaintext

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