Commit 8d5868f8 authored by Jonas Rebmann's avatar Jonas Rebmann Committed by Jakub Kicinski
Browse files

dt-bindings: net: dsa: nxp,sja1105: Add reset-gpios property



Both the nxp,sja1105 and the nxp,sja1110 series feature an active-low
reset pin, rendering reset-gpios a valid property for all of the
nxp,sja1105 family.

Acked-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarJonas Rebmann <jre@pengutronix.de>
Link: https://patch.msgid.link/20250924-imx8mp-prt8ml-v3-1-f498d7f71a94@pengutronix.de


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 0a8fe916
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -32,6 +32,15 @@ properties:
  reg:
    maxItems: 1

  reset-gpios:
    description:
      A GPIO connected to the active-low RST_N pin of the SJA1105. Note that
      reset of this chip is performed via SPI and the RST_N pin must be wired
      to satisfy the power-up sequence documented in "SJA1105PQRS Application
      Hints" (AH1704) sec. 2.4.4. Connecting the SJA1105 RST_N pin to a GPIO is
      therefore discouraged.
    maxItems: 1

  spi-cpha: true
  spi-cpol: true