linux-stable/arch/arm/boot/dts/dra62x.dtsi
Tony Lindgren 6398f3478e ARM: dts: Configure interconnect target module for dm814x cpsw
We can now probe devices with device tree only configuration using
ti-sysc interconnect target module driver. Let's configure the
module and drop the legacy "ti,hwmods" property.

As this module is very similar to what we already have configured
and working for am33xx, let's just update the whole cpsw with a
single patch to avoid some extra churn on the dts files.

Cc: Graeme Smecher <gsmecher@threespeedlogic.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2020-03-17 09:48:52 -07:00

23 lines
448 B
Text

/*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/
#include "dm814x.dtsi"
/ {
compatible = "ti,dra62x";
};
/* Compared to dm814x, dra62x has different offsets for Ethernet */
&mac {
reg = <0 0x800>,
<0x1200 0x100>;
};
&davinci_mdio {
reg = <0x1000 0x100>;
};
#include "dra62x-clocks.dtsi"