mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
This patch add supports to boot linux 6.1 images on IPQ5332 & IPQ9574 DB boards. Change-Id: Ifd9fb1b74c248ffc625c7c49fc96dd7d16a8670f Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
/*
|
|
* Copyright (c) 2016-2021, 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 "ipq9574-db-al02-c1.dts"
|
|
/ {
|
|
machid = <0x1050201>;
|
|
config_name = "config@db-al02-c3", "config-db-al02-c3";
|
|
|
|
aliases {
|
|
i2c0 = "/i2c@78B9000";
|
|
};
|
|
|
|
ess-switch {
|
|
/* Overriding port5 configuration to support SFP instead
|
|
* of QCA808x.
|
|
*/
|
|
/delete-property/qca808x_gpio;
|
|
/delete-property/qca808x_gpio_cnt;
|
|
switch_mac_mode1 = <PORT_WRAPPER_10GBASE_R>;
|
|
sfp_gpio = <61>;
|
|
sfp_gpio_cnt = <1>;
|
|
sfp_port = <4>;
|
|
sfp_port_cnt = <1>;
|
|
port_phyinfo {
|
|
port@4 {
|
|
/delete-property/phy_address;
|
|
phy_type = <SFP_PHY_TYPE>;
|
|
};
|
|
};
|
|
};
|
|
};
|