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";
27 stdout-path = "serial0:115200n8";
31 device_type = "memory";
32 reg = <0x0 0x80000000 0x1 0x0000000>;
35 sys_mclk: clock-mclk {
36 compatible = "fixed-clock";
38 clock-frequency = <25000000>;
41 reg_1p8v: regulator-1p8v {
42 compatible = "regulator-fixed";
43 regulator-name = "1P8V";
44 regulator-min-microvolt = <1800000>;
45 regulator-max-microvolt = <1800000>;
49 sb_3v3: regulator-sb3v3 {
50 compatible = "regulator-fixed";
51 regulator-name = "3v3_vbus";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
59 compatible = "simple-audio-card";
60 simple-audio-card,format = "i2s";
61 simple-audio-card,widgets =
62 "Microphone", "Microphone Jack",
63 "Headphone", "Headphone Jack",
64 "Speaker", "Speaker Ext",
65 "Line", "Line In Jack";
66 simple-audio-card,routing =
67 "MIC_IN", "Microphone Jack",
68 "Microphone Jack", "Mic Bias",
69 "LINE_IN", "Line In Jack",
70 "Headphone Jack", "HP_OUT",
71 "Speaker Ext", "LINE_OUT";
73 simple-audio-card,cpu {
79 simple-audio-card,codec {
80 sound-dai = <&sgtl5000>;
83 system-clock-frequency = <25000000>;
106 mt35xu02g0: flash@0 {
107 compatible = "jedec,spi-nor";
108 #address-cells = <1>;
110 spi-max-frequency = <50000000>;
111 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */
112 spi-rx-bus-width = <8>; /* 8 SPI Rx lines */
113 spi-tx-bus-width = <1>; /* 1 SPI Tx line */
122 compatible = "nxp,pca9847";
124 #address-cells = <1>;
128 #address-cells = <1>;
132 sgtl5000: audio-codec@a {
133 #sound-dai-cells = <0>;
134 compatible = "fsl,sgtl5000";
136 VDDA-supply = <®_1p8v>;
137 VDDIO-supply = <®_1p8v>;
138 clocks = <&sys_mclk>;
144 #address-cells = <1>;
149 compatible = "ti,ina220";
151 shunt-resistor = <500>;
156 #address-cells = <1>;
160 temperature-sensor@4c {
161 compatible = "nxp,sa56004";
163 vcc-supply = <&sb_3v3>;
167 compatible = "nxp,pcf2129";
183 /* VSC8514 QSGMII quad PHY */
184 qsgmii_phy0: ethernet-phy@10 {
188 qsgmii_phy1: ethernet-phy@11 {
192 qsgmii_phy2: ethernet-phy@12 {
196 qsgmii_phy3: ethernet-phy@13 {
202 phy-handle = <&sgmii_phy0>;
203 phy-connection-type = "sgmii";
204 managed = "in-band-status";
208 #address-cells = <1>;
210 sgmii_phy0: ethernet-phy@2 {
226 managed = "in-band-status";
227 phy-handle = <&qsgmii_phy0>;
234 managed = "in-band-status";
235 phy-handle = <&qsgmii_phy1>;
242 managed = "in-band-status";
243 phy-handle = <&qsgmii_phy2>;
250 managed = "in-band-status";
251 phy-handle = <&qsgmii_phy3>;
257 ethernet = <&enetc_port2>;