zephyr/dts/arm/st/f4/stm32f469.dtsi
Filip Kokosinski 093f34927b dts/arm/st: add SoC compatible strings
This commit adds compatible strings to the SoC nodes from the ST family.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2023-05-12 15:29:00 +02:00

29 lines
548 B
Plaintext

/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/f4/stm32f429.dtsi>
/ {
soc {
compatible = "st,stm32f469", "st,stm32f4", "simple-bus";
sdmmc1: sdmmc@40012c00 {
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000800>,
<&rcc STM32_SRC_SYSCLK SDMMC_SEL(1)>;
};
usbotg_fs: usb@50000000 {
num-bidir-endpoints = <6>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000080>,
<&rcc STM32_SRC_PLL_Q CLK48M_SEL(0)>;
};
usbotg_hs: usb@40040000 {
num-bidir-endpoints = <9>;
};
};
};