Lines Matching +full:regulator +full:- +full:fixed +full:- +full:clock
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
15 stdout-path = &uart1;
18 reg_wall_5p0: regulator-wall5p0 {
19 compatible = "regulator-fixed";
20 regulator-name = "Main-Supply";
21 regulator-min-microvolt = <5000000>;
22 regulator-max-microvolt = <5000000>;
23 regulator-always-on;
24 regulator-boot-on;
27 reg_base3p3: regulator-base3p3 {
28 compatible = "regulator-fixed";
29 vin-supply = <®_wall_5p0>;
30 regulator-name = "3V3-avari";
31 regulator-min-microvolt = <3300000>;
32 regulator-max-microvolt = <3300000>;
33 regulator-always-on;
34 regulator-boot-on;
37 reg_base1p5: regulator-base1p5 {
38 compatible = "regulator-fixed";
39 vin-supply = <®_base3p3>;
40 regulator-name = "1V5-avari";
41 regulator-min-microvolt = <1500000>;
42 regulator-max-microvolt = <1500000>;
43 regulator-always-on;
44 regulator-boot-on;
47 reg_usb_otg: regulator-otgvbus {
48 compatible = "regulator-fixed";
49 vin-supply = <®_wall_5p0>;
50 regulator-name = "OTG_VBUS";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
54 regulator-always-on;
57 clk_codec: clock-codec {
58 compatible = "fixed-clock";
59 #clock-cells = <0>;
60 clock-frequency = <12000000>;
64 compatible = "simple-audio-card";
65 simple-audio-card,name = "SGTL5000-Card";
66 simple-audio-card,format = "i2s";
67 simple-audio-card,bitclock-master = <&codec_dai>;
68 simple-audio-card,frame-master = <&codec_dai>;
69 simple-audio-card,widgets = "Headphone", "Headphone Jack";
70 simple-audio-card,routing = "Headphone Jack", "HP_OUT";
72 cpu_dai: simple-audio-card,cpu {
73 sound-dai = <&sai2>;
76 codec_dai: simple-audio-card,codec {
77 sound-dai = <&sgtl5000>;
91 clock-frequency = <100000>;
94 sgtl5000: audio-codec@a {
97 #sound-dai-cells = <0>;
99 VDDA-supply = <®_base3p3>;
100 VDDIO-supply = <®_base3p3>;
106 gpio-controller;
107 #gpio-cells = <2>;
116 uart-has-rtscts;