| /* |
| * Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd. |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| /dts-v1/; |
| |
| #include <espressif/esp32h2/esp32h2_mini_h4.dtsi> |
| #include "esp32h2_devkitm-pinctrl.dtsi" |
| #include <zephyr/dt-bindings/input/input-event-codes.h> |
| #include <espressif/partitions_0x0_default.dtsi> |
| |
| / { |
| model = "Espressif ESP32H2-DevkitM"; |
| compatible = "espressif,esp32h2"; |
| |
| chosen { |
| zephyr,sram = &sramhp; |
| zephyr,console = &uart0; |
| zephyr,shell-uart = &uart0; |
| zephyr,flash = &flash0; |
| zephyr,code-partition = &slot0_partition; |
| zephyr,ieee802154 = &ieee802154; |
| }; |
| |
| aliases { |
| sw0 = &user_button1; |
| watchdog0 = &wdt0; |
| }; |
| |
| gpio_keys { |
| compatible = "gpio-keys"; |
| |
| user_button1: button_1 { |
| label = "User SW1"; |
| gpios = <&gpio0 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; |
| zephyr,code = <INPUT_KEY_0>; |
| }; |
| }; |
| }; |
| |
| &uart0 { |
| status = "okay"; |
| current-speed = <115200>; |
| pinctrl-0 = <&uart0_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &gpio0 { |
| status = "okay"; |
| }; |
| |
| &wdt0 { |
| status = "okay"; |
| }; |
| |
| &trng0 { |
| status = "okay"; |
| }; |
| |
| &coretemp { |
| status = "okay"; |
| }; |
| |
| &spi2 { |
| #address-cells = <1>; |
| #size-cells = <0>; |
| status = "okay"; |
| pinctrl-0 = <&spim2_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &i2c0 { |
| clock-frequency = <I2C_BITRATE_FAST>; |
| pinctrl-0 = <&i2c0_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &i2c1 { |
| clock-frequency = <I2C_BITRATE_FAST>; |
| pinctrl-0 = <&i2c1_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &i2s { |
| pinctrl-0 = <&i2s_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &twai { |
| pinctrl-0 = <&twai_default>; |
| pinctrl-names = "default"; |
| }; |
| |
| &ieee802154 { |
| status = "okay"; |
| }; |
| |
| &esp32_bt_hci { |
| status = "okay"; |
| }; |