Lines Matching +full:delay +full:- +full:us
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 /dts-v1/;
8 #include "imx6q-apalis-eval.dtsi"
12 compatible = "toradex,apalis_imx6q-eval-v1.2", "toradex,apalis_imx6q",
15 reg_3v3_mmc: regulator-3v3-mmc {
16 compatible = "regulator-fixed";
17 enable-active-high;
19 off-on-delay-us = <100000>;
20 pinctrl-names = "default";
21 pinctrl-0 = <&pinctrl_enable_3v3_mmc>;
22 regulator-max-microvolt = <3300000>;
23 regulator-min-microvolt = <3300000>;
24 regulator-name = "3.3V_MMC";
25 startup-delay-us = <10000>;
28 reg_3v3_sd: regulator-3v3-sd {
29 compatible = "regulator-fixed";
30 enable-active-high;
32 off-on-delay-us = <100000>;
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_enable_3v3_sd>;
35 regulator-max-microvolt = <3300000>;
36 regulator-min-microvolt = <3300000>;
37 regulator-name = "3.3V_SD";
38 startup-delay-us = <10000>;
41 reg_can1: regulator-can1 {
42 compatible = "regulator-fixed";
43 enable-active-high;
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_enable_can1_power>;
47 regulator-name = "5V_SW_CAN1";
48 startup-delay-us = <10000>;
51 reg_can2: regulator-can2 {
52 compatible = "regulator-fixed";
53 enable-active-high;
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_enable_can2_power>;
57 regulator-name = "5V_SW_CAN2";
58 startup-delay-us = <10000>;
61 sound-carrier {
62 compatible = "simple-audio-card";
63 simple-audio-card,bitclock-master = <&codec_dai>;
64 simple-audio-card,format = "i2s";
65 simple-audio-card,frame-master = <&codec_dai>;
66 simple-audio-card,name = "apalis-nau8822";
67 simple-audio-card,routing =
78 simple-audio-card,widgets =
85 codec_dai: simple-audio-card,codec {
86 sound-dai = <&nau8822_1a>;
87 system-clock-frequency = <12288000>;
90 simple-audio-card,cpu {
91 sound-dai = <&ssi2>;
97 xceiver-supply = <®_can1>;
102 xceiver-supply = <®_can2>;
109 nau8822_1a: audio-codec@1a {
112 pinctrl-names = "default";
113 pinctrl-0 = <&pinctrl_nau8822>;
114 #sound-dai-cells = <0>;
121 shunt-resistor = <5000>;
125 temperature-sensor@4f {
149 bus-width = <4>;
150 pinctrl-0 = <&pinctrl_usdhc1_4bit &pinctrl_mmc_cd>;
151 vmmc-supply = <®_3v3_mmc>;
157 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
158 pinctrl-0 = <&pinctrl_usdhc2 &pinctrl_sd_cd>;
159 vmmc-supply = <®_3v3_sd>;