mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The arm dts directory has grown to 1559 boards which makes it a bit unwieldy to maintain and use. Past attempts stalled out due to plans to move .dts files out of the kernel tree. Doing that is no longer planned (any time soon at least), so let's go ahead and group .dts files by vendors. This move aligns arm with arm64 .dts file structure. There's no change to dtbs_install as the flat structure is maintained on install. The naming of vendor directories is roughly in this order of preference: - Matching original and current SoC vendor prefix/name (e.g. ti, qcom) - Current vendor prefix/name if still actively sold (SoCs which have been aquired) (e.g. nxp/imx) - Existing platform name for older platforms not sold/maintained by any company (e.g. gemini, nspire) The whole move was scripted with the exception of MAINTAINERS and a few makefile fixups. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michal Simek <michal.simek@amd.com> #Xilinx Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Paul Barker <paul.barker@sancloud.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Wei Xu <xuwei5@hisilicon.com> #hisilicon Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Nick Hawkins <nick.hawkins@hpe.com> Acked-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> #broadcom Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Patrice Chotard <patrice.chotard@foss.st.com> Acked-by: Romain Perier <romain.perier@gmail.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
101 lines
2.3 KiB
Text
101 lines
2.3 KiB
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
|
|
*/
|
|
|
|
#include "meson8.dtsi"
|
|
|
|
/ {
|
|
model = "Amlogic Meson8m2 SoC";
|
|
compatible = "amlogic,meson8m2";
|
|
}; /* end of / */
|
|
|
|
&clkc {
|
|
compatible = "amlogic,meson8m2-clkc", "amlogic,meson8-clkc";
|
|
};
|
|
|
|
&dmcbus {
|
|
/* the offset of the canvas registers has changed compared to Meson8 */
|
|
/delete-node/ video-lut@20;
|
|
|
|
canvas: video-lut@48 {
|
|
compatible = "amlogic,meson8m2-canvas", "amlogic,canvas";
|
|
reg = <0x48 0x14>;
|
|
};
|
|
};
|
|
|
|
ðmac {
|
|
compatible = "amlogic,meson8m2-dwmac", "snps,dwmac";
|
|
reg = <0xc9410000 0x10000
|
|
0xc1108140 0x8>;
|
|
clocks = <&clkc CLKID_ETH>,
|
|
<&clkc CLKID_MPLL2>,
|
|
<&clkc CLKID_MPLL2>,
|
|
<&clkc CLKID_FCLK_DIV2>;
|
|
clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
|
|
resets = <&reset RESET_ETHERNET>;
|
|
reset-names = "stmmaceth";
|
|
};
|
|
|
|
&pinctrl_aobus {
|
|
compatible = "amlogic,meson8m2-aobus-pinctrl",
|
|
"amlogic,meson8-aobus-pinctrl";
|
|
};
|
|
|
|
&pinctrl_cbus {
|
|
compatible = "amlogic,meson8m2-cbus-pinctrl",
|
|
"amlogic,meson8-cbus-pinctrl";
|
|
|
|
eth_rgmii_pins: ethernet {
|
|
mux {
|
|
groups = "eth_tx_clk_50m", "eth_tx_en",
|
|
"eth_txd3", "eth_txd2",
|
|
"eth_txd1", "eth_txd0",
|
|
"eth_rx_clk_in", "eth_rx_dv",
|
|
"eth_rxd3", "eth_rxd2",
|
|
"eth_rxd1", "eth_rxd0",
|
|
"eth_mdio", "eth_mdc";
|
|
function = "ethernet";
|
|
bias-disable;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pwrc {
|
|
compatible = "amlogic,meson8m2-pwrc";
|
|
resets = <&reset RESET_DBLK>,
|
|
<&reset RESET_PIC_DC>,
|
|
<&reset RESET_HDMI_APB>,
|
|
<&reset RESET_HDMI_SYSTEM_RESET>,
|
|
<&reset RESET_VENCI>,
|
|
<&reset RESET_VENCP>,
|
|
<&reset RESET_VDAC_4>,
|
|
<&reset RESET_VENCL>,
|
|
<&reset RESET_VIU>,
|
|
<&reset RESET_VENC>,
|
|
<&reset RESET_RDMA>;
|
|
reset-names = "dblk", "pic_dc", "hdmi_apb", "hdmi_system", "venci",
|
|
"vencp", "vdac", "vencl", "viu", "venc", "rdma";
|
|
assigned-clocks = <&clkc CLKID_VPU>;
|
|
assigned-clock-rates = <364000000>;
|
|
};
|
|
|
|
&saradc {
|
|
compatible = "amlogic,meson8m2-saradc", "amlogic,meson-saradc";
|
|
};
|
|
|
|
&sdhc {
|
|
compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc";
|
|
};
|
|
|
|
&usb0_phy {
|
|
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
|
};
|
|
|
|
&usb1_phy {
|
|
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
|
};
|
|
|
|
&wdt {
|
|
compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt";
|
|
};
|