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-ls1043a-tqmls1043a.dtsi" 14*84943d6fSEmmanuel Vadot#include "tqmls10xxa-mbls10xxa.dtsi" 15*84943d6fSEmmanuel Vadot 16*84943d6fSEmmanuel Vadot/ { 17*84943d6fSEmmanuel Vadot model = "TQ-Systems GmbH LS1043A TQMLS1043A SoM on MBLS10xxA board"; 18*84943d6fSEmmanuel Vadot compatible = "tq,ls1043a-tqmls1043a-mbls10xxa", "tq,ls1043a-tqmls1043a", 19*84943d6fSEmmanuel Vadot "fsl,ls1043a"; 20*84943d6fSEmmanuel Vadot 21*84943d6fSEmmanuel Vadot aliases { 22*84943d6fSEmmanuel Vadot qsgmii-s1-p1 = &qsgmii1_phy1; 23*84943d6fSEmmanuel Vadot qsgmii-s1-p2 = &qsgmii1_phy2; 24*84943d6fSEmmanuel Vadot qsgmii-s1-p3 = &qsgmii1_phy3; 25*84943d6fSEmmanuel Vadot qsgmii-s1-p4 = &qsgmii1_phy4; 26*84943d6fSEmmanuel Vadot qsgmii-s2-p1 = &qsgmii2_phy1; 27*84943d6fSEmmanuel Vadot qsgmii-s2-p2 = &qsgmii2_phy2; 28*84943d6fSEmmanuel Vadot qsgmii-s2-p3 = &qsgmii2_phy3; 29*84943d6fSEmmanuel Vadot qsgmii-s2-p4 = &qsgmii2_phy4; 30*84943d6fSEmmanuel Vadot serial0 = &duart0; 31*84943d6fSEmmanuel Vadot serial1 = &duart1; 32*84943d6fSEmmanuel Vadot }; 33*84943d6fSEmmanuel Vadot 34*84943d6fSEmmanuel Vadot chosen { 35*84943d6fSEmmanuel Vadot stdout-path = &duart1; 36*84943d6fSEmmanuel Vadot }; 37*84943d6fSEmmanuel Vadot}; 38*84943d6fSEmmanuel Vadot 39*84943d6fSEmmanuel Vadot&esdhc { 40*84943d6fSEmmanuel Vadot cd-gpios = <&gpio3 2 GPIO_ACTIVE_LOW>; 41*84943d6fSEmmanuel Vadot wp-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>; 42*84943d6fSEmmanuel Vadot}; 43*84943d6fSEmmanuel Vadot 44*84943d6fSEmmanuel Vadot&usb2 { 45*84943d6fSEmmanuel Vadot status = "okay"; 46*84943d6fSEmmanuel Vadot}; 47*84943d6fSEmmanuel Vadot 48*84943d6fSEmmanuel Vadot#include "fsl-ls1043-post.dtsi" 49*84943d6fSEmmanuel Vadot#include "tqmls104xa-mbls10xxa-fman.dtsi" 50