arm: dts: ls1028a: define QDS networking protocol combinations
authorAlex Marginean <alexandru.marginean@nxp.com>
Wed, 27 Jan 2021 11:00:00 +0000 (13:00 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 15 Apr 2021 08:52:17 +0000 (14:22 +0530)
commita7fdac7e2a2a8658c093b794c86ce1b7ea4da1c1
tree299f7c234e303f89709f16bf06530c6f41c5eb06
parenta94ab561e2f49a80d8579930e840b810ab1a1330
arm: dts: ls1028a: define QDS networking protocol combinations

Includes DT definition for the following serdes protocols using various
PHY cards: 85xx, 13xx, 65xx, 9999, 7777.

Note that the default device tree for QDS now uses 85xx.
Enabling any of the others requires patching the fsl-ls1028a-qds.dtsi
file (the includes at the bottom of the file).

The phy-handle is specified as a path rather than a label because it is
possible to use the #include multiple times (meaning that more than one
PHY riser card of one type is inserted), and therefore, there would be
duplicate labels with the same name.

LBRW means that the board needs lane B rework before using this dtsi.

Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
16 files changed:
arch/arm/dts/fsl-ls1028a-qds-1xxx-sch-30842.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-6xxx-sch-30842.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-7777-sch-30841.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-7xx7-sch-30841R.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-8xxx-sch-24801.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-9999-sch-24801-LBRW.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-9999-sch-24801.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-x3xx-sch-30841-LBRW.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-x5xx-sch-28021-LBRW.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-x7xx-sch-30842.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds-xx7x-sch-30842.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1028a-qds.dtsi
arch/arm/dts/fsl-sch-24801.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-sch-28021.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-sch-30841.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-sch-30842.dtsi [new file with mode: 0644]