Lines Matching +full:scl +full:- +full:gpios
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
14 #include "stm32mp13-pinctrl.dtsi"
17 model = "STMicroelectronics STM32MP135F-DK Discovery Board";
18 compatible = "st,stm32mp135f-dk", "st,stm32mp135";
29 reserved-memory {
30 #address-cells = <1>;
31 #size-cells = <1>;
36 no-map;
40 gpio-keys {
41 compatible = "gpio-keys";
43 user-pa13 {
44 label = "User-PA13";
46 gpios = <&gpioa 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
51 compatible = "gpio-leds";
53 led-blue {
56 gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
57 linux,default-trigger = "heartbeat";
58 default-state = "off";
62 vdd_sd: vdd-sd {
63 compatible = "regulator-fixed";
64 regulator-name = "vdd_sd";
65 regulator-min-microvolt = <2900000>;
66 regulator-max-microvolt = <2900000>;
67 regulator-always-on;
72 pinctrl-names = "default", "sleep";
73 pinctrl-0 = <&i2c1_pins_a>;
74 pinctrl-1 = <&i2c1_sleep_pins_a>;
75 i2c-scl-rising-time-ns = <96>;
76 i2c-scl-falling-time-ns = <3>;
77 clock-frequency = <1000000>;
80 /delete-property/dmas;
81 /delete-property/dma-names;
85 pinctrl-names = "default", "sleep";
86 pinctrl-0 = <&i2c5_pins_a>;
87 pinctrl-1 = <&i2c5_sleep_pins_a>;
88 i2c-scl-rising-time-ns = <170>;
89 i2c-scl-falling-time-ns = <5>;
90 clock-frequency = <400000>;
93 /delete-property/dmas;
94 /delete-property/dma-names;
98 timeout-sec = <32>;
107 pinctrl-names = "default", "opendrain", "sleep";
108 pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_clk_pins_a>;
109 pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_clk_pins_a>;
110 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
111 broken-cd;
112 disable-wp;
113 st,neg-edge;
114 bus-width = <4>;
115 vmmc-supply = <&vdd_sd>;
120 pinctrl-names = "default", "sleep";
121 pinctrl-0 = <&spi5_pins_a>;
122 pinctrl-1 = <&spi5_sleep_pins_a>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&uart4_pins_a>;