Lines Matching +full:stm32 +full:- +full:pwm
2 * Copyright 2017 - Vikas MANOCHA <vikas.manocha@st.com>
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
45 #include "stm32f746-pinctrl.dtsi"
46 #include <dt-bindings/input/input.h>
47 #include <dt-bindings/gpio/gpio.h>
50 model = "STMicroelectronics STM32F746-DISCO board";
51 compatible = "st,stm32f746-disco", "st,stm32f746";
55 stdout-path = "serial0:115200n8";
67 usbotg_hs_phy: usb-phy {
68 #phy-cells = <0>;
69 compatible = "usb-nop-xceiv";
71 clock-names = "main_clk";
75 vcc5v_otg_fs: vcc5v-otg-fs-regulator {
76 compatible = "regulator-fixed";
78 regulator-name = "vcc5_host1";
79 regulator-always-on;
83 compatible = "regulator-fixed";
84 regulator-name = "mmc_vcard";
85 regulator-min-microvolt = <3300000>;
86 regulator-max-microvolt = <3300000>;
91 clock-frequency = <25000000>;
95 pinctrl-0 = <&i2c1_pins_b>;
96 pinctrl-names = "default";
97 i2c-scl-rising-time-ns = <185>;
98 i2c-scl-falling-time-ns = <20>;
104 vmmc-supply = <&mmc_vcard>;
105 cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
106 pinctrl-names = "default", "opendrain";
107 pinctrl-0 = <&sdio_pins_a>;
108 pinctrl-1 = <&sdio_pins_od_a>;
109 bus-width = <4>;
114 compatible = "st,stm32-timer";
117 /delete-property/#address-cells;
118 /delete-property/#size-cells;
119 /delete-property/clock-names;
120 /delete-node/pwm;
121 /delete-node/timer@4;
125 pinctrl-0 = <&usart1_pins_b>;
126 pinctrl-names = "default";
132 pinctrl-0 = <&usbotg_fs_pins_a>;
133 pinctrl-names = "default";
140 phy-names = "usb2-phy";
141 pinctrl-0 = <&usbotg_hs_pins_b>;
142 pinctrl-names = "default";