Lines Matching +full:no +full:- +full:autorepeat

2  * Copyright 2017 - Vikas MANOCHA <vikas.manocha@st.com>
4 * This file is dual-licensed: you can use it either under the terms
36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
43 /dts-v1/;
45 #include "stm32f746-pinctrl.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
51 model = "STMicroelectronics STM32F746-DISCO board";
52 compatible = "st,stm32f746-disco", "st,stm32f746";
56 stdout-path = "serial0:115200n8";
64 reserved-memory {
65 #address-cells = <1>;
66 #size-cells = <1>;
70 compatible = "shared-dma-pool";
71 no-map;
73 linux,dma-default;
82 compatible = "gpio-leds";
83 led-usr {
85 linux,default-trigger = "heartbeat";
89 gpio-keys {
90 compatible = "gpio-keys";
91 autorepeat;
92 button-0 {
99 usbotg_hs_phy: usb-phy {
100 #phy-cells = <0>;
101 compatible = "usb-nop-xceiv";
103 clock-names = "main_clk";
107 vcc5v_otg_fs: vcc5v-otg-fs-regulator {
108 compatible = "regulator-fixed";
110 regulator-name = "vcc5_host1";
111 regulator-always-on;
114 vcc_3v3: vcc-3v3 {
115 compatible = "regulator-fixed";
116 regulator-name = "vcc_3v3";
117 regulator-min-microvolt = <3300000>;
118 regulator-max-microvolt = <3300000>;
122 compatible = "gpio-backlight";
127 panel_rgb: panel-rgb {
129 power-supply = <&vcc_3v3>;
131 enable-gpios = <&gpioi 12 GPIO_ACTIVE_HIGH>;
135 remote-endpoint = <&ltdc_out_rgb>;
142 clock-frequency = <25000000>;
146 pinctrl-0 = <&i2c1_pins_b>;
147 pinctrl-names = "default";
148 i2c-scl-rising-time-ns = <185>;
149 i2c-scl-falling-time-ns = <20>;
154 pinctrl-0 = <&i2c3_pins_a>;
155 pinctrl-names = "default";
156 clock-frequency = <400000>;
160 compatible = "edt,edt-ft5306";
162 interrupt-parent = <&gpioi>;
164 touchscreen-size-x = <480>;
165 touchscreen-size-y = <272>;
170 pinctrl-0 = <&ltdc_pins_a>;
171 pinctrl-names = "default";
176 remote-endpoint = <&panel_in_rgb>;
183 vmmc-supply = <&vcc_3v3>;
184 cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
185 pinctrl-names = "default", "opendrain", "sleep";
186 pinctrl-0 = <&sdio_pins_a>;
187 pinctrl-1 = <&sdio_pins_od_a>;
188 pinctrl-2 = <&sdio_pins_sleep_a>;
189 bus-width = <4>;
194 compatible = "st,stm32-timer";
197 /delete-property/#address-cells;
198 /delete-property/#size-cells;
199 /delete-property/clock-names;
200 /delete-node/pwm;
201 /delete-node/timer@4;
205 pinctrl-0 = <&usart1_pins_b>;
206 pinctrl-names = "default";
212 pinctrl-0 = <&usbotg_fs_pins_a>;
213 pinctrl-names = "default";
220 phy-names = "usb2-phy";
221 pinctrl-0 = <&usbotg_hs_pins_b>;
222 pinctrl-names = "default";