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>
Mon, 26 Apr 2021 06:41:23 +0000 (12:11 +0530)
commitca40cf4014f768f51ff2309968fc8fa8b7ed193b
tree383ead6faaaf987c6b638d74af85aeed46461873
parentea8ca547657f0411065363b2b75551e68bb44dc5
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]