summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1012a-2g5rdb.dts
AgeCommit message (Collapse)Author
2019-11-25arm64: dts: ls1012a: reorganize pfe_mac nodesCalvin Johnson
To keep platform specific properties in the platform dts files, remove pfe_mac nodes from dtsi and define them in dts files. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
2019-11-25arm64: dts: ls1012a: remove unused gemac-bus-idCalvin Johnson
gemac-bus-id is unused property and is removed. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
2019-11-25arm64: dts: ls1012a: use phy-handle to handle phy paramsCalvin Johnson
Replace properties "fsl,gemac-phy-id" and "fsl,pfe-phy-if-flags" and use phy-handle instead. Create mdio node with phy-handles defining PHYs available on the mdio bus. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
2019-11-25arm64: dts: ls1012a: Add LS1012A-2G5RDB board supportBhaskar Upadhaya
LS1012A-2G5RDB is a different design from LS1012ARDB, but has some common SoC features. Key feature on this board is 2.5Gbps SGMII. Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>