WinLink's E850-96 is a dev board based on Exynos850 SoC [1]. The board's design follows 96boards specifications, hence it's compatible with 96boards mezzanines [2]. This patch series adds the initial support for E850-96 board and Exynos850 SoC, along with corresponding bindings. Only basic platform components are enabled at the moment (like serial, I2C, eMMC, RTC, WDT, clock driver, etc). Right now with this patch series it's possible to run the kernel with BusyBox rootfs as a RAM disk. More features are coming soon. [1] https://www.samsung.com/semiconductor/minisite/exynos/products/mobileprocessor/exynos-850/ [2] https://www.96boards.org/products/mezzanine/ Sam Protsenko (7): dt-bindings: clock: exynos850: Add bindings for Exynos850 sysreg clocks clk: samsung: exynos850: Add missing sysreg clocks dt-bindings: Add vendor prefix for WinLink dt-bindings: arm: samsung: Document E850-96 board binding dt-bindings: pinctrl: samsung: Add pin drive definitions for Exynos850 arm64: dts: exynos: Add initial Exynos850 SoC support arm64: dts: exynos: Add initial E850-96 board support .../bindings/arm/samsung/samsung-boards.yaml | 6 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/exynos/Makefile | 3 +- .../boot/dts/exynos/exynos850-e850-96.dts | 157 ++++ .../boot/dts/exynos/exynos850-pinctrl.dtsi | 755 ++++++++++++++++++ arch/arm64/boot/dts/exynos/exynos850.dtsi | 755 ++++++++++++++++++ drivers/clk/samsung/clk-exynos850.c | 29 + include/dt-bindings/clock/exynos850.h | 12 +- include/dt-bindings/pinctrl/samsung.h | 13 +- 9 files changed, 1727 insertions(+), 5 deletions(-) create mode 100644 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts create mode 100644 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/exynos850.dtsi -- 2.30.2