commit | 1acb69d9b3d59d35447d136f475cdc4afb359555 | [log] [tgz] |
---|---|---|
author | Hai Pham <hai.pham.ud@renesas.com> | Sun Jan 28 16:52:06 2024 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 10 17:08:06 2024 +0100 |
tree | 6c3869feb8f85fc154782c13d8f230534cd62b73 | |
parent | c49f9364554893d8e90fa4e9cdfc49014358f334 [diff] |
ARM: dts: renesas: Add Renesas R8A779H0 V4M SoC support Add initial support for the Renesas R8A779H0 (R-Car V4M) SoC. The current version is imported and modified from: https://lore.kernel.org/linux-renesas-soc/4107bc3d7c31932da29e671ddf4b1564ba38a84c.1706194617.git.geert+renesas@glider.be/ The modifications contain nodes from previous version which are useful in U-Boot and not part of the Linux kernel DT yet. The following nodes were added: - pfc - gpio0..gpio7 - i2c0..i2c3 - avb0..avb2 - mmc0 Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>