[PATCH 0/3] Add initial Milk-V Duo S board support
Joshua Milas <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
This adds an initial device tree for the Milk-V Duo S board with support for reading from the SD card and network over ethernet. This is continued work from Michael Opdenacker's v6 series [1] on the ARM64 and RISCV side. It has been tested with both ARM64 and RISCV64. --- v2 - Made new entry in docs to avoid DTC check error - "Milk-V DuoS" -> "Milk-V Duo S" - Sorting of aliases - Added uart*, emmc, mdio, gmac0, i2c*, spi*, dmac, saradc to device tree matching what is available on the pinout [2] and available in the device tree includes - Removal of 'no-mmc' and 'no-sdio' for sdhci0 as it works without - Added riscv device tree Link: https://lore.kernel.org/linux-riscv/[email protected]/ [1] Link: https://milkv.io/duo-s/duos-pinout.webp [2] Joshua Milas (3): dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles arm64: dts: sophgo: add initial Milk-V Duo S board support riscv64: dts: sophgo: add initial Milk-V Duo S board support .../bindings/soc/sophgo/sophgo.yaml | 5 + arch/arm64/boot/dts/sophgo/Makefile | 1 + .../boot/dts/sophgo/sg2000-milkv-duo-s.dts | 110 ++++++++++++++++++ arch/riscv/boot/dts/sophgo/Makefile | 1 + .../boot/dts/sophgo/cv1812h-milkv-duo-s.dts | 110 ++++++++++++++++++ 5 files changed, 227 insertions(+) create mode 100644 arch/arm64/boot/dts/sophgo/sg2000-milkv-duo-s.dts create mode 100644 arch/riscv/boot/dts/sophgo/cv1812h-milkv-duo-s.dts base-commit: 0251a1deaec78252cb311fc8305d3670bc5eee0e -- 2.51.0