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>;
103 compatible = "nxp,pca9847";
105 #address-cells = <1>;
109 #address-cells = <1>;
113 sgtl5000: audio-codec@a {
114 #sound-dai-cells = <0>;
115 compatible = "fsl,sgtl5000";
117 VDDA-supply = <®_1p8v>;
118 VDDIO-supply = <®_1p8v>;
119 clocks = <&sys_mclk>;
125 #address-cells = <1>;
130 compatible = "ti,ina220";
132 shunt-resistor = <500>;
137 #address-cells = <1>;
141 temperature-sensor@4c {
142 compatible = "nxp,sa56004";
144 vcc-supply = <&sb_3v3>;
148 compatible = "nxp,pcf2129";
164 phy-handle = <&sgmii_phy0>;
165 phy-connection-type = "sgmii";
168 #address-cells = <1>;
170 sgmii_phy0: ethernet-phy@2 {