mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 10:25:26 +07:00
cac8e787fe
QCS404 has two EVBs, EVB-1000 and EVB-4000. These boards are mostly similar with few differences in the peripherals used. So use a common qcs404-evb.dtsi which contains the common parts and use qcs404-evb-1000.dts and qcs404-evb-4000.dts for diffs Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (c) 2018, Linaro Limited
|
|
|
|
/dts-v1/;
|
|
|
|
#include "qcs404-evb.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS404 EVB 4000";
|
|
compatible = "qcom,qcs404-evb";
|
|
};
|