mbox series

[v2,0/3] Add a devicetree for the Aldec PolarFire SoC TySoM

Message ID 20230111124106.2417152-1-conor.dooley@microchip.com (mailing list archive)
Headers show
Series Add a devicetree for the Aldec PolarFire SoC TySoM | expand

Message

Conor Dooley Jan. 11, 2023, 12:41 p.m. UTC
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

Comments

Conor Dooley Jan. 20, 2023, 10:21 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Wed, 11 Jan 2023 12:41:04 +0000, Conor Dooley wrote:
> 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.
> 
> [...]

Applied to riscv-dt-for-next, thanks!

[1/3] dt-bindings: vendor-prefixes: Add entry for Aldec
      https://git.kernel.org/conor/c/f6beee9118c3
[2/3] dt-bindings: riscv: microchip: document the Aldec TySoM
      https://git.kernel.org/conor/c/ea913d8865fe
[3/3] riscv: dts: microchip: add the Aldec TySoM's devicetree
      https://git.kernel.org/conor/c/4f7d64156292

Removed the PCIe that I forgot to remove before sending in the process...

Thanks,
Conor.