From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Yo, Wee series adding support for the BeagleV Fire. I've had a dts sitting locally for this for over a year for testing Auto Update and I meant to submit something to mainline once the board got announced publicly, but only got around to that now. The PCI controller has to stay disabled for now, the driver (and binding) made an assumption about which of the two root port "instances" would be used by Linux and the BeagleV Fire uses the other one. I've got a WIP patch for that in the works and a patchset for the GPIO controller that I have been trying to find some time to clean up and submit. Thanks, Conor. CC: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> CC: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx> CC: Jamie Gibbons <jamie.gibbons@xxxxxxxxxxxxx> CC: Valentina Fernandez <valentina.fernandezalanis@xxxxxxxxxxxxx> CC: Linus Walleij <linus.walleij@xxxxxxxxxx> CC: Bartosz Golaszewski <brgl@xxxxxxxx> CC: Rob Herring <robh@xxxxxxxxxx> CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> CC: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx> CC: "Krzysztof Wilczyński" <kw@xxxxxxxxx> CC: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> CC: linux-riscv@xxxxxxxxxxxxxxxxxxx CC: linux-gpio@xxxxxxxxxxxxxxx CC: devicetree@xxxxxxxxxxxxxxx CC: linux-kernel@xxxxxxxxxxxxxxx CC: linux-pci@xxxxxxxxxxxxxxx Conor Dooley (2): dt-bindings: riscv: microchip: document beaglev-fire riscv: dts: microchip: add an initial devicetree for the BeagleV Fire Jamie Gibbons (2): dt-bindings: gpio: mpfs: add coreGPIO support dt-bindings: gpio: mpfs: allow gpio-line-names Valentina Fernandez (1): dt-bindings: PCI: microchip: increase number of items in ranges property .../bindings/gpio/microchip,mpfs-gpio.yaml | 17 +- .../bindings/pci/microchip,pcie-host.yaml | 3 +- .../devicetree/bindings/riscv/microchip.yaml | 1 + arch/riscv/boot/dts/microchip/Makefile | 1 + .../microchip/mpfs-beaglev-fire-fabric.dtsi | 124 ++++++++++ .../boot/dts/microchip/mpfs-beaglev-fire.dts | 223 ++++++++++++++++++ 6 files changed, 365 insertions(+), 4 deletions(-) create mode 100644 arch/riscv/boot/dts/microchip/mpfs-beaglev-fire-fabric.dtsi create mode 100644 arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts -- 2.43.0