blob: dc24fc521cd28387217a817d8c7e6c1a0a8790c5 [file] [log] [blame]
/*
* Copyright (c) 2023 Benjamin Björnsson <benjamin.bjornsson@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/c0/stm32c0.dtsi>
/ {
soc {
compatible = "st,stm32c031", "st,stm32c0", "simple-bus";
pinctrl: pin-controller@50000000 {
gpiod: gpio@50000c00 {
compatible = "st,stm32-gpio";
gpio-controller;
#gpio-cells = <2>;
reg = <0x50000c00 0x400>;
clocks = <&rcc STM32_CLOCK(IOP, 3U)>;
};
};
};
};