1 // SPDX-License-Identifier: GPL-2.0+
3 * Device Tree File for the Kontron KBox A-230-LS.
5 * This consists of a Kontron SMARC-sAL28 (Dual PHY) and a special
8 * Copyright (C) 2019 Michael Walle <michael@walle.cc>
13 #include "fsl-ls1028a-kontron-sl28-var4.dts"
14 #include <dt-bindings/leds/common.h>
17 model = "Kontron KBox A-230-LS";
18 compatible = "kontron,kbox-a-230-ls", "kontron,sl28-var4",
19 "kontron,sl28", "fsl,ls1028a";
22 compatible = "gpio-leds";
25 function = LED_FUNCTION_ALARM;
26 color = <LED_COLOR_ID_YELLOW>;
27 gpios = <&sl28cpld_gpio0 0 GPIO_ACTIVE_HIGH>;
31 linux,default-trigger = "default-on";
32 function = LED_FUNCTION_POWER;
33 color = <LED_COLOR_ID_GREEN>;
34 gpios = <&sl28cpld_gpio1 3 GPIO_ACTIVE_HIGH>;
40 /* BCM54140 QSGMII quad PHY */
41 qsgmii_phy0: ethernet-phy@7 {
45 qsgmii_phy1: ethernet-phy@8 {
49 qsgmii_phy2: ethernet-phy@9 {
53 qsgmii_phy3: ethernet-phy@10 {
64 compatible = "atmel,24c32";
76 managed = "in-band-status";
77 phy-handle = <&qsgmii_phy0>;
84 managed = "in-band-status";
85 phy-handle = <&qsgmii_phy1>;
92 managed = "in-band-status";
93 phy-handle = <&qsgmii_phy2>;
100 managed = "in-band-status";
101 phy-handle = <&qsgmii_phy3>;
107 ethernet = <&enetc_port2>;