zephyr/dts/xtensa/espressif/esp32/esp32_wroom_da_n4.dtsi
Nick Ward a6b23e143b dts: esp32: fix gpio-reserved-ranges
Fixed to follow correct format.

Signed-off-by: Nick Ward <nix.ward@gmail.com>
2023-10-23 10:38:32 +02:00

24 lines
399 B
Plaintext

/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "esp32_common.dtsi"
/* Reserved GPIO pins */
&gpio0 {
gpio-reserved-ranges = <2 1>, <25 1>, // NC/test
<6 6>, // flash
<20 1>, <24 1>, <28 4>; // NC
};
&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
};
/* 4MB flash */
&flash0 {
reg = <0x0 DT_SIZE_M(4)>;
};