devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add a devicetree for the Aldec PolarFire SoC TySoM
@ 2023-01-11 12:41 Conor Dooley
  2023-01-11 12:41 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add entry for Aldec Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Conor Dooley @ 2023-01-11 12:41 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Daire McNamara, devicetree, linux-riscv

Hey All,

The board has 32 GB of DDR but the DT I have access to only has a small
bit of that mapped. I tried accessing more DDR, but it was not possible
with the FPGA design as things stand. I'd rather have the devicetree
match what the vendor is shipping, so left the design/DDR as-was.

Other than fixing some minor bits from Krzysztof, the other change is
that I dropped the PCI node as that doesn't appear to be mapped.

Thanks,
Conor.

v1: https://lore.kernel.org/linux-riscv/20220906121525.3212705-1-conor.dooley@microchip.com/

Conor Dooley (3):
  dt-bindings: vendor-prefixes: Add entry for Aldec
  dt-bindings: riscv: microchip: document the Aldec TySoM
  riscv: dts: microchip: add the Aldec TySoM's devicetree

 .../devicetree/bindings/riscv/microchip.yaml  |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/riscv/boot/dts/microchip/Makefile        |   1 +
 .../dts/microchip/mpfs-tysom-m-fabric.dtsi    |  47 +++++
 .../riscv/boot/dts/microchip/mpfs-tysom-m.dts | 165 ++++++++++++++++++
 5 files changed, 216 insertions(+)
 create mode 100644 arch/riscv/boot/dts/microchip/mpfs-tysom-m-fabric.dtsi
 create mode 100644 arch/riscv/boot/dts/microchip/mpfs-tysom-m.dts

-- 
2.39.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-20 22:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11 12:41 [PATCH v2 0/3] Add a devicetree for the Aldec PolarFire SoC TySoM Conor Dooley
2023-01-11 12:41 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add entry for Aldec Conor Dooley
2023-01-11 12:41 ` [PATCH v2 2/3] dt-bindings: riscv: microchip: document the Aldec TySoM Conor Dooley
2023-01-11 12:41 ` [PATCH v2 3/3] riscv: dts: microchip: add the Aldec TySoM's devicetree Conor Dooley
2023-01-11 12:47   ` Conor.Dooley
2023-01-20 22:21 ` [PATCH v2 0/3] Add a devicetree for the Aldec PolarFire SoC TySoM Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).