| /* | |
| * Copyright (c) 2021, ATL Electronics | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| /dts-v1/; | |
| #include <gigadevice/gd32f403/gd32f403zet6.dtsi> | |
| #include "gd32f403z_eval-pinctrl.dtsi" | |
| / { | |
| model = "GigaDevice GD32F403Z Evaluation Kit"; | |
| compatible = "gd,gd32f403z"; | |
| chosen { | |
| zephyr,sram = &sram0; | |
| zephyr,flash = &flash0; | |
| zephyr,console = &usart0; | |
| zephyr,shell-uart = &usart0; | |
| }; | |
| }; | |
| &usart0 { | |
| status = "okay"; | |
| current-speed = <115200>; | |
| pinctrl-0 = <&usart0_default>; | |
| pinctrl-names = "default"; | |
| }; |