1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for NXP LS1028A RDB Board.
7 * Harninder Rai <harninder.rai@nxp.com>
12 #include "fsl-ls1028a.dtsi"
15 model = "LS1028A RDB Board";
16 compatible = "fsl,ls1028a-rdb", "fsl,ls1028a";
25 stdout-path = "serial0:115200n8";
29 device_type = "memory";
30 reg = <0x0 0x80000000 0x1 0x0000000>;
33 sys_mclk: clock-mclk {
34 compatible = "fixed-clock";
36 clock-frequency = <25000000>;
39 reg_1p8v: regulator-1p8v {
40 compatible = "regulator-fixed";
41 regulator-name = "1P8V";
42 regulator-min-microvolt = <1800000>;
43 regulator-max-microvolt = <1800000>;
47 sb_3v3: regulator-sb3v3 {
48 compatible = "regulator-fixed";
49 regulator-name = "3v3_vbus";
50 regulator-min-microvolt = <3300000>;
51 regulator-max-microvolt = <3300000>;
57 compatible = "simple-audio-card";
58 simple-audio-card,format = "i2s";
59 simple-audio-card,widgets =
60 "Microphone", "Microphone Jack",
61 "Headphone", "Headphone Jack",
62 "Speaker", "Speaker Ext",
63 "Line", "Line In Jack";
64 simple-audio-card,routing =
65 "MIC_IN", "Microphone Jack",
66 "Microphone Jack", "Mic Bias",
67 "LINE_IN", "Line In Jack",
68 "Headphone Jack", "HP_OUT",
69 "Speaker Ext", "LINE_OUT";
71 simple-audio-card,cpu {
77 simple-audio-card,codec {
78 sound-dai = <&sgtl5000>;
81 system-clock-frequency = <25000000>;
90 compatible = "nxp,pca9847";
100 sgtl5000: audio-codec@a {
101 #sound-dai-cells = <0>;
102 compatible = "fsl,sgtl5000";
104 VDDA-supply = <®_1p8v>;
105 VDDIO-supply = <®_1p8v>;
106 clocks = <&sys_mclk>;
112 #address-cells = <1>;
117 compatible = "ti,ina220";
119 shunt-resistor = <500>;
124 #address-cells = <1>;
128 temperature-sensor@4c {
129 compatible = "nxp,sa56004";
131 vcc-supply = <&sb_3v3>;
135 compatible = "nxp,pcf2129";
151 phy-handle = <&sgmii_phy0>;
152 phy-connection-type = "sgmii";
155 #address-cells = <1>;
157 sgmii_phy0: ethernet-phy@2 {