Lines Matching +full:settling +full:- +full:time +full:- +full:us
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /dts-v1/;
4 #include <dt-bindings/gpio/gpio.h>
8 compatible = "raspberrypi,5-model-b", "brcm,bcm2712";
16 stdout-path = "serial10:115200n8";
25 sd_io_1v8_reg: sd-io-1v8-reg {
26 compatible = "regulator-gpio";
27 regulator-name = "vdd-sd-io";
28 regulator-min-microvolt = <1800000>;
29 regulator-max-microvolt = <3300000>;
30 regulator-boot-on;
31 regulator-always-on;
32 regulator-settling-time-us = <5000>;
38 sd_vcc_reg: sd-vcc-reg {
39 compatible = "regulator-fixed";
40 regulator-name = "vcc-sd";
41 regulator-min-microvolt = <3300000>;
42 regulator-max-microvolt = <3300000>;
43 regulator-boot-on;
44 enable-active-high;
49 /* The Debug UART, on Rpi5 it's on JST-SH 1.0mm 3-pin connector
58 vqmmc-supply = <&sd_io_1v8_reg>;
59 vmmc-supply = <&sd_vcc_reg>;
60 bus-width = <4>;
61 sd-uhs-sdr50;
62 sd-uhs-ddr50;
63 sd-uhs-sdr104;