xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1088a-tqmls1088a-mbls10xxa.dts (revision 84943d6f38e936ac3b7a3947ca26eeb27a39f938)
1*84943d6fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2*84943d6fSEmmanuel Vadot/*
3*84943d6fSEmmanuel Vadot * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
4*84943d6fSEmmanuel Vadot * D-82229 Seefeld, Germany.
5*84943d6fSEmmanuel Vadot * Author: Gregor Herburger, Timo Herbrecher
6*84943d6fSEmmanuel Vadot *
7*84943d6fSEmmanuel Vadot */
8*84943d6fSEmmanuel Vadot
9*84943d6fSEmmanuel Vadot/dts-v1/;
10*84943d6fSEmmanuel Vadot
11*84943d6fSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
12*84943d6fSEmmanuel Vadot
13*84943d6fSEmmanuel Vadot#include "fsl-ls1088a-tqmls1088a.dtsi"
14*84943d6fSEmmanuel Vadot#include "tqmls10xxa-mbls10xxa.dtsi"
15*84943d6fSEmmanuel Vadot
16*84943d6fSEmmanuel Vadot/ {
17*84943d6fSEmmanuel Vadot	model = "TQ-Systems GmbH LS1088A TQMLS1088A SoM on MBLS10xxA board";
18*84943d6fSEmmanuel Vadot	compatible = "tq,ls1088a-tqmls1088a-mbls10xxa", "tq,ls1088a-tqmls1088a",
19*84943d6fSEmmanuel Vadot		     "fsl,ls1088a";
20*84943d6fSEmmanuel Vadot
21*84943d6fSEmmanuel Vadot	aliases {
22*84943d6fSEmmanuel Vadot		dpmac1 = &dpmac1;
23*84943d6fSEmmanuel Vadot		dpmac2 = &dpmac2;
24*84943d6fSEmmanuel Vadot		dpmac3 = &dpmac3;
25*84943d6fSEmmanuel Vadot		dpmac4 = &dpmac4;
26*84943d6fSEmmanuel Vadot		dpmac5 = &dpmac5;
27*84943d6fSEmmanuel Vadot		dpmac6 = &dpmac6;
28*84943d6fSEmmanuel Vadot		dpmac7 = &dpmac7;
29*84943d6fSEmmanuel Vadot		dpmac8 = &dpmac8;
30*84943d6fSEmmanuel Vadot		dpmac9 = &dpmac9;
31*84943d6fSEmmanuel Vadot		dpmac10 = &dpmac10;
32*84943d6fSEmmanuel Vadot		qsgmii-s1-p1 = &qsgmii1_phy1;
33*84943d6fSEmmanuel Vadot		qsgmii-s1-p2 = &qsgmii1_phy2;
34*84943d6fSEmmanuel Vadot		qsgmii-s1-p3 = &qsgmii1_phy3;
35*84943d6fSEmmanuel Vadot		qsgmii-s1-p4 = &qsgmii1_phy4;
36*84943d6fSEmmanuel Vadot		qsgmii-s2-p1 = &qsgmii2_phy1;
37*84943d6fSEmmanuel Vadot		qsgmii-s2-p2 = &qsgmii2_phy2;
38*84943d6fSEmmanuel Vadot		qsgmii-s2-p3 = &qsgmii2_phy3;
39*84943d6fSEmmanuel Vadot		qsgmii-s2-p4 = &qsgmii2_phy4;
40*84943d6fSEmmanuel Vadot		rgmii-s1 = &rgmii_phy1;
41*84943d6fSEmmanuel Vadot		rgmii-s2 = &rgmii_phy2;
42*84943d6fSEmmanuel Vadot		serial0 = &duart0;
43*84943d6fSEmmanuel Vadot		serial1 = &duart1;
44*84943d6fSEmmanuel Vadot	};
45*84943d6fSEmmanuel Vadot
46*84943d6fSEmmanuel Vadot	chosen {
47*84943d6fSEmmanuel Vadot		stdout-path = &duart1;
48*84943d6fSEmmanuel Vadot	};
49*84943d6fSEmmanuel Vadot};
50*84943d6fSEmmanuel Vadot
51*84943d6fSEmmanuel Vadot&esdhc {
52*84943d6fSEmmanuel Vadot	cd-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>;
53*84943d6fSEmmanuel Vadot	wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
54*84943d6fSEmmanuel Vadot};
55*84943d6fSEmmanuel Vadot
56*84943d6fSEmmanuel Vadot&sfp1_i2c {
57*84943d6fSEmmanuel Vadot	status = "okay";
58*84943d6fSEmmanuel Vadot};
59*84943d6fSEmmanuel Vadot
60*84943d6fSEmmanuel Vadot&sfp2_i2c {
61*84943d6fSEmmanuel Vadot	status = "okay";
62*84943d6fSEmmanuel Vadot};
63*84943d6fSEmmanuel Vadot
64*84943d6fSEmmanuel Vadot#include "tqmls1088a-mbls10xxa-mc.dtsi"
65