Lines Matching +full:ddc +full:- +full:rx

1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
11 model = "DA850/AM1808/OMAP-L138 LCDK";
12 compatible = "ti,da850-lcdk", "ti,da850";
20 stdout-path = "serial2:115200n8";
28 reserved-memory {
29 #address-cells = <1>;
30 #size-cells = <1>;
33 dsp_memory_region: dsp-memory@c3000000 {
34 compatible = "shared-dma-pool";
41 vcc_5vd: fixedregulator-vcc_5vd {
42 compatible = "regulator-fixed";
43 regulator-name = "vcc_5vd";
44 regulator-min-microvolt = <5000000>;
45 regulator-max-microvolt = <5000000>;
46 regulator-boot-on;
49 vcc_3v3d: fixedregulator-vcc_3v3d {
50 /* TPS650250 - VDCDC1 */
51 compatible = "regulator-fixed";
52 regulator-name = "vcc_3v3d";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
55 vin-supply = <&vcc_5vd>;
56 regulator-always-on;
57 regulator-boot-on;
60 vcc_1v8d: fixedregulator-vcc_1v8d {
61 /* TPS650250 - VDCDC2 */
62 compatible = "regulator-fixed";
63 regulator-name = "vcc_1v8d";
64 regulator-min-microvolt = <1800000>;
65 regulator-max-microvolt = <1800000>;
66 vin-supply = <&vcc_5vd>;
67 regulator-always-on;
68 regulator-boot-on;
72 compatible = "simple-audio-card";
73 simple-audio-card,name = "DA850-OMAPL138 LCDK";
74 simple-audio-card,widgets =
78 simple-audio-card,routing =
86 simple-audio-card,format = "dsp_b";
87 simple-audio-card,bitclock-master = <&link0_codec>;
88 simple-audio-card,frame-master = <&link0_codec>;
89 simple-audio-card,bitclock-inversion;
91 simple-audio-card,cpu {
92 sound-dai = <&mcasp0>;
93 system-clock-frequency = <24576000>;
96 link0_codec: simple-audio-card,codec {
97 sound-dai = <&tlv320aic3106>;
98 system-clock-frequency = <24576000>;
102 gpio-keys {
103 compatible = "gpio-keys";
119 vga-bridge {
121 #address-cells = <1>;
122 #size-cells = <0>;
125 #address-cells = <1>;
126 #size-cells = <0>;
132 remote-endpoint = <&lcdc_out_vga>;
140 remote-endpoint = <&vga_con_in>;
147 compatible = "vga-connector";
149 ddc-i2c-bus = <&i2c0>;
153 remote-endpoint = <&vga_bridge_out>;
159 compatible = "regulator-fixed";
160 regulator-name = "cvdd";
161 regulator-min-microvolt = <1300000>;
162 regulator-max-microvolt = <1300000>;
163 regulator-always-on;
164 regulator-boot-on;
169 clock-frequency = <24000000>;
173 cpu-supply = <&cvdd>;
202 mcasp0_pins: mcasp0-pins {
203 pinctrl-single,bits = <
211 nand_pins: nand-pins {
212 pinctrl-single,bits = <
234 pinctrl-names = "default";
235 pinctrl-0 = <&serial2_rxtx_pins>;
253 clock-frequency = <100000000>;
261 pinctrl-names = "default";
262 pinctrl-0 = <&mdio_pins>;
268 pinctrl-names = "default";
269 pinctrl-0 = <&mii_pins>;
274 max-frequency = <50000000>;
275 bus-width = <4>;
276 pinctrl-names = "default";
277 pinctrl-0 = <&mmc0_pins>;
278 cd-gpios = <&gpio 64 GPIO_ACTIVE_LOW>;
283 pinctrl-names = "default";
284 pinctrl-0 = <&i2c0_pins>;
285 clock-frequency = <100000>;
289 #sound-dai-cells = <0>;
292 adc-settle-ms = <40>;
293 ai3x-micbias-vg = <1>; /* 2.0V */
297 IOVDD-supply = <&vcc_3v3d>;
298 AVDD-supply = <&vcc_3v3d>;
299 DRVDD-supply = <&vcc_3v3d>;
300 DVDD-supply = <&vcc_1v8d>;
305 #sound-dai-cells = <0>;
306 pinctrl-names = "default";
307 pinctrl-0 = <&mcasp0_pins>;
310 op-mode = <0>; /* DAVINCI_MCASP_IIS_MODE */
311 tdm-slots = <2>;
312 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
318 tx-num-evt = <32>;
319 rx-num-evt = <32>;
335 pinctrl-names = "default";
336 pinctrl-0 = <&nand_pins>;
339 #address-cells = <2>;
340 #size-cells = <1>;
341 clock-ranges;
344 ti,cs-chipselect = <3>;
347 compatible = "ti,davinci-nand";
348 #address-cells = <1>;
349 #size-cells = <1>;
353 ti,davinci-chipselect = <1>;
354 ti,davinci-mask-ale = <0>;
355 ti,davinci-mask-cle = <0>;
356 ti,davinci-mask-chipsel = <0>;
358 ti,davinci-nand-buswidth = <16>;
359 ti,davinci-ecc-mode = "hw";
360 ti,davinci-ecc-bits = <4>;
361 ti,davinci-nand-use-bbt;
364 * The OMAP-L132/L138 Bootloader doc SPRAB41E reads:
374 compatible = "fixed-partitions";
375 #address-cells = <1>;
376 #size-cells = <1>;
379 label = "u-boot env";
384 label = "u-boot";
406 pinctrl-names = "default";
407 pinctrl-0 = <&lcd_pins>;
411 remote-endpoint = <&vga_bridge_in>;
417 pinctrl-names = "default";
418 pinctrl-0 = <&vpif_capture_pins>;
423 memory-region = <&dsp_memory_region>;