1/* 2 * Copyright (c) 2024 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6#include <st/h5/stm32h5.dtsi> 7 8/ { 9 soc { 10 compatible = "st,stm32h533", "st,stm32h5", "simple-bus"; 11 12 gpiof: gpio@42021400 { 13 compatible = "st,stm32-gpio"; 14 gpio-controller; 15 #gpio-cells = <2>; 16 reg = <0x42021400 0x400>; 17 clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000080>; 18 }; 19 }; 20}; 21