mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
net: mscc: ocelot: Update DTS for Luton pcb90
Update device tree for luton to add support for luton pcb90. This pcb has 24 ports from which 12 ports are connected to SerDes6G. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
This commit is contained in:
parent
bd9216e29b
commit
5c629b1b69
4 changed files with 310 additions and 199 deletions
17
include/dt-bindings/mscc/luton_data.h
Normal file
17
include/dt-bindings/mscc/luton_data.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
||||
/*
|
||||
* Copyright (c) 2019 Microsemi Corporation
|
||||
*/
|
||||
|
||||
#ifndef _LUTON_DATA_H_
|
||||
#define _LUTON_DATA_H_
|
||||
|
||||
#define SERDES6G(x) (x)
|
||||
#define SERDES6G_MAX SERDES6G(5)
|
||||
#define SERDES_MAX (SERDES6G_MAX)
|
||||
|
||||
/* similar with phy_interface_t */
|
||||
#define PHY_MODE_SGMII 2
|
||||
#define PHY_MODE_QSGMII 4
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue