The following patches add support for the Mercury+ AA1 with an Arria 10 SoCFPGA. This version differs from the previous one by removing the spi flash node, renaming the memory and mdio nodes, adding gpio nodes, and adding a bus number property to Synopsys DesignWare i2c controller node. Paweł Anikiel (4): i2c: check bus number property in DesignWare I2C Controller dt-bindings: add bus number property reset: socfpga: add empty driver allowing consumers to probe dts: socfpga: Add Mercury+ AA1 devicetree .../bindings/i2c/snps,designware-i2c.yaml | 5 + arch/arm/boot/dts/Makefile | 1 + .../boot/dts/socfpga_arria10_mercury_aa1.dts | 99 +++++++++++++++++++ drivers/i2c/busses/i2c-designware-platdrv.c | 3 +- drivers/reset/reset-socfpga.c | 26 +++++ 5 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dts -- 2.25.1