Lines Matching +full:high +full:- +full:volume

1 // SPDX-License-Identifier: GPL-2.0 OR X11
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
12 stdout-path = &uart2;
20 reg_2p5v: regulator-2p5v {
21 compatible = "regulator-fixed";
22 regulator-name = "2P5V";
23 regulator-min-microvolt = <2500000>;
24 regulator-max-microvolt = <2500000>;
25 regulator-always-on;
28 reg_3p3v: regulator-3p3v {
29 compatible = "regulator-fixed";
30 regulator-name = "3P3V";
31 regulator-min-microvolt = <3300000>;
32 regulator-max-microvolt = <3300000>;
33 regulator-always-on;
36 reg_usb_otg_vbus: regulator-usb-otg-vbus {
37 compatible = "regulator-fixed";
38 regulator-name = "usb_otg_vbus";
39 regulator-min-microvolt = <5000000>;
40 regulator-max-microvolt = <5000000>;
42 enable-active-high;
45 reg_can_xcvr: regulator-can-xcvr {
46 compatible = "regulator-fixed";
47 regulator-name = "CAN XCVR";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_can_xcvr>;
55 reg_wlan_vmmc: regulator-wlan-vmmc {
56 compatible = "regulator-fixed";
57 pinctrl-names = "default";
58 pinctrl-0 = <&pinctrl_wlan_vmmc>;
59 regulator-name = "reg_wlan_vmmc";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
63 startup-delay-us = <70000>;
64 enable-active-high;
67 reg_usb_h1_vbus: regulator-usb-h1-vbus {
68 compatible = "regulator-fixed";
69 pinctrl-names = "default";
70 pinctrl-0 = <&pinctrl_usbh1>;
71 regulator-name = "usb_h1_vbus";
72 regulator-min-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
75 enable-active-high;
78 gpio-keys {
79 compatible = "gpio-keys";
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_gpio_keys>;
87 wakeup-source;
108 volume-up {
109 label = "Volume Up";
114 volume-down {
115 label = "Volume Down";
122 compatible = "fsl,imx6q-nitrogen6x-sgtl5000",
123 "fsl,imx-audio-sgtl5000";
124 model = "imx6q-nitrogen6x-sgtl5000";
125 ssi-controller = <&ssi1>;
126 audio-codec = <&codec>;
127 audio-routing =
131 mux-int-port = <1>;
132 mux-ext-port = <3>;
135 backlight_lcd: backlight-lcd {
136 compatible = "pwm-backlight";
138 brightness-levels = <0 4 8 16 32 64 128 255>;
139 default-brightness-level = <7>;
140 power-supply = <&reg_3p3v>;
144 backlight_lvds: backlight-lvds {
145 compatible = "pwm-backlight";
147 brightness-levels = <0 4 8 16 32 64 128 255>;
148 default-brightness-level = <7>;
149 power-supply = <&reg_3p3v>;
154 compatible = "fsl,imx-parallel-display";
155 #address-cells = <1>;
156 #size-cells = <0>;
157 interface-pix-fmt = "bgr666";
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_j15>;
166 remote-endpoint = <&ipu1_di0_disp0>;
174 remote-endpoint = <&lcd_panel_in>;
179 panel-lcd {
180 compatible = "okaya,rs800480t-7x0gp";
185 remote-endpoint = <&lcd_display_out>;
190 panel-lvds0 {
196 remote-endpoint = <&lvds0_out>;
203 pinctrl-names = "default";
204 pinctrl-0 = <&pinctrl_audmux>;
209 pinctrl-names = "default";
210 pinctrl-0 = <&pinctrl_can1>;
211 xceiver-supply = <&reg_can_xcvr>;
216 assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
218 assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
223 cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
224 pinctrl-names = "default";
225 pinctrl-0 = <&pinctrl_ecspi1>;
229 compatible = "sst,sst25vf016b", "jedec,spi-nor";
230 spi-max-frequency = <20000000>;
232 #address-cells = <1>;
233 #size-cells = <1>;
253 pinctrl-names = "default";
254 pinctrl-0 = <&pinctrl_enet>;
255 phy-mode = "rgmii";
256 phy-handle = <&ethphy>;
257 phy-reset-gpios = <&gpio1 27 GPIO_ACTIVE_LOW>;
258 /delete-property/ interrupts;
259 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
261 fsl,err006687-workaround-present;
265 #address-cells = <1>;
266 #size-cells = <0>;
268 ethphy: ethernet-phy {
269 compatible = "ethernet-phy-ieee802.3-c22";
270 txen-skew-ps = <0>;
271 txc-skew-ps = <3000>;
272 rxdv-skew-ps = <0>;
273 rxc-skew-ps = <3000>;
274 rxd0-skew-ps = <0>;
275 rxd1-skew-ps = <0>;
276 rxd2-skew-ps = <0>;
277 rxd3-skew-ps = <0>;
278 txd0-skew-ps = <0>;
279 txd1-skew-ps = <0>;
280 txd2-skew-ps = <0>;
281 txd3-skew-ps = <0>;
287 ddc-i2c-bus = <&i2c2>;
292 clock-frequency = <100000>;
293 pinctrl-names = "default";
294 pinctrl-0 = <&pinctrl_i2c1>;
300 #sound-dai-cells = <0>;
302 VDDA-supply = <&reg_2p5v>;
303 VDDIO-supply = <&reg_3p3v>;
313 clock-frequency = <100000>;
314 pinctrl-names = "default";
315 pinctrl-0 = <&pinctrl_i2c2>;
320 clock-frequency = <100000>;
321 pinctrl-names = "default";
322 pinctrl-0 = <&pinctrl_i2c3>;
328 interrupt-parent = <&gpio1>;
330 wakeup-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
334 compatible = "edt,edt-ft5x06";
336 interrupt-parent = <&gpio1>;
338 wakeup-source;
343 pinctrl-names = "default";
344 pinctrl-0 = <&pinctrl_hog>;
346 imx6q-nitrogen6x {
371 pinctrl_can_xcvr: can-xcvrgrp {
410 pinctrl_gpio_keys: gpio-keysgrp {
420 /* Volume Up Button */
422 /* Volume Down Button */
523 /* power enable, high active */
563 pinctrl_wlan_vmmc: wlan-vmmcgrp {
575 remote-endpoint = <&lcd_display_in>;
581 lvds-channel@0 {
588 remote-endpoint = <&panel_in>;
599 pinctrl-names = "default";
600 pinctrl-0 = <&pinctrl_pwm1>;
605 pinctrl-names = "default";
606 pinctrl-0 = <&pinctrl_pwm3>;
611 pinctrl-names = "default";
612 pinctrl-0 = <&pinctrl_pwm4>;
621 pinctrl-names = "default";
622 pinctrl-0 = <&pinctrl_uart1>;
627 pinctrl-names = "default";
628 pinctrl-0 = <&pinctrl_uart2>;
633 vbus-supply = <&reg_usb_h1_vbus>;
638 vbus-supply = <&reg_usb_otg_vbus>;
639 pinctrl-names = "default";
640 pinctrl-0 = <&pinctrl_usbotg>;
641 disable-over-current;
646 pinctrl-names = "default";
647 pinctrl-0 = <&pinctrl_usdhc2>;
648 bus-width = <4>;
649 non-removable;
650 vmmc-supply = <&reg_wlan_vmmc>;
651 cap-power-off-card;
652 keep-power-in-suspend;
655 #address-cells = <1>;
656 #size-cells = <0>;
660 interrupt-parent = <&gpio6>;
662 ref-clock-frequency = <38400000>;
667 pinctrl-names = "default";
668 pinctrl-0 = <&pinctrl_usdhc3>;
669 cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
670 vmmc-supply = <&reg_3p3v>;
675 pinctrl-names = "default";
676 pinctrl-0 = <&pinctrl_usdhc4>;
677 cd-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
678 vmmc-supply = <&reg_3p3v>;