Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efbe51cc authored by Rishi Gupta's avatar Rishi Gupta
Browse files

ARM: dts: sa2150p: add dt for ethernet phy



The sa2150p and remote processor will be connected
through ethernet. This commit adds device tree
for ethernet PHY use-case.

Change-Id: If50bb725c2a113c7aeb52e511393e12761da20ca
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent c0d70027
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ dtb-$(CONFIG_ARCH_QCS405) += qcs405-iot-sku1.dtb \
		sa2150p-ccard-nand-dc.dtb \
		sa2150p-ccard-nand.dtb \
		sa2150p-ccard-emmc-eth-sw.dtb \
		sa2150p-ccard-emmc-eth-phy.dtb \
		qcs405-iot-sku13.dtb \
		qcs407-iot-sku13.dtb \
		qcs405-iot-robot-reference-board.dtb \
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;

#include "sa2150p-ccard.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA2150P CCARD EMMC Eth Phy";
	compatible = "qcom,sa2150p-ccard", "qcom,qcs405", "qcom,sa2150p",
				"qcom,ccard";
	qcom,board-id = <0x030019 0>;
};