Lines Matching +full:input +full:- +full:threshold

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include "meson-gxbb-p20x.dtsi"
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/sound/meson-aiu.h>
15 compatible = "amlogic,p200", "amlogic,meson-gxbb";
18 spdif_dit: audio-codec-0 {
19 #sound-dai-cells = <0>;
20 compatible = "linux,spdif-dit";
21 sound-name-prefix = "DIT";
24 avdd18_usb_adc: regulator-avdd18-usb-adc {
25 compatible = "regulator-fixed";
26 regulator-name = "AVDD18_USB_ADC";
27 regulator-min-microvolt = <1800000>;
28 regulator-max-microvolt = <1800000>;
32 compatible = "adc-keys";
33 io-channels = <&saradc 0>;
34 io-channel-names = "buttons";
35 keyup-threshold-microvolt = <1800000>;
37 button-home {
40 press-threshold-microvolt = <900000>; /* 50% */
43 button-esc {
46 press-threshold-microvolt = <684000>; /* 38% */
49 button-up {
52 press-threshold-microvolt = <468000>; /* 26% */
55 button-down {
58 press-threshold-microvolt = <252000>; /* 14% */
61 button-menu {
64 press-threshold-microvolt = <0>; /* 0% */
69 compatible = "amlogic,gx-sound-card";
75 assigned-clocks = <&clkc CLKID_MPLL0>,
78 assigned-clock-parents = <0>, <0>, <0>;
79 assigned-clock-rates = <294912000>,
83 dai-link-0 {
84 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
87 dai-link-1 {
88 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
91 dai-link-2 {
92 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
93 dai-format = "i2s";
94 mclk-fs = <256>;
96 codec-0 {
97 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
101 dai-link-3 {
102 sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
104 codec-0 {
105 sound-dai = <&spdif_dit>;
109 dai-link-4 {
110 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
112 codec-0 {
113 sound-dai = <&hdmi_tx>;
121 pinctrl-0 = <&spdif_out_y_pins>;
122 pinctrl-names = "default";
127 pinctrl-0 = <&eth_rgmii_pins>;
128 pinctrl-names = "default";
129 phy-handle = <&eth_phy0>;
130 phy-mode = "rgmii";
132 amlogic,tx-delay-ns = <2>;
135 compatible = "snps,dwmac-mdio";
136 #address-cells = <1>;
137 #size-cells = <0>;
139 eth_phy0: ethernet-phy@3 {
143 reset-assert-us = <10000>;
144 reset-deassert-us = <30000>;
145 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
147 interrupt-parent = <&gpio_intc>;
156 pinctrl-0 = <&i2c_b_pins>;
157 pinctrl-names = "default";
162 vref-supply = <&avdd18_usb_adc>;