arm: dts: devsoc: add devsoc-01.6 and devsoc-01.7 RDP support

devsoc-01.6 and devsoc-01.7 RDPs are same as devsoc-01.4 and devsoc-01.1
respectively with 10GE SFP module instead of 2.5GE SFP module.

Change-Id: Ic65bab9126a34cb73dd51d5ce6a85e1cf29a1215
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
This commit is contained in:
Kathiravan T 2022-09-22 11:57:53 +05:30 committed by Gerrit - the friendly Code Review server
parent 7a5d903329
commit 9eb70ef0b4
3 changed files with 45 additions and 1 deletions

View file

@ -94,7 +94,9 @@ endif
dtb-$(CONFIG_ARCH_DEVSOC) += devsoc-emulation.dtb \
devsoc-01.1.dtb \
devsoc-01.2.dtb \
devsoc-01.4.dtb
devsoc-01.4.dtb \
devsoc-01.6.dtb \
devsoc-01.7.dtb
dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \
ipq6018-cp02-c1.dtb \

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 "devsoc-01.4.dts"
/ {
machid = <0x8060006>;
config_name = "config@01.6";
};

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 "devsoc-01.1.dts"
/ {
machid = <0x8060007>;
config_name = "config@01.7";
};