Esp32-s3 n8r2

Hello everyone, I need help. There is such a module that does not start after loading.

esphome:
  name: esp32-s3n8r2
  friendly_name: esp32-s3N8R2
  platformio_options:
    board_build.flash_mode: dio
esp32:
  board: esp32-s3-devkitc-1
  variant: esp32s3
  framework:
    type: arduino

logger:
web_server:
  port: 80

api:


ota:
  - platform: esphome

[10:38:38]ESP-ROM:esp32s3-20210327
[10:38:38]Build:Mar 27 2021
[10:38:38]rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
[10:38:38]SPIWP:0xee
[10:38:38]mode:DIO, clock div:1
[10:38:38]load:0x3fce3808,len:0x39c
[10:38:38]load:0x403c9700,len:0x9bc
[10:38:38]load:0x403cc700,len:0x28dc
[10:38:38]entry 0x403c98c0

i use this on that board

esp32:
  board: esp32-s3-devkitc-1
  variant: ESP32S3
  framework:
    type: esp-idf
    version: recommended
  flash_size: 8MB

best of luck

only type: esp-idf ?
type: arduino?

only tried with esp-idf, probably work with Arduino too if you just add in flash_size: 8MB

And when you get it working, add this to your code to make available the 2mb psram.

psram:
  mode: quad