xref: /freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra62x.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot
3*f126890aSEmmanuel Vadot#include "dm814x.dtsi"
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/ {
6*f126890aSEmmanuel Vadot	compatible = "ti,dra62x";
7*f126890aSEmmanuel Vadot};
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/* Compared to dm814x, dra62x has different offsets for Ethernet */
10*f126890aSEmmanuel Vadot&mac {
11*f126890aSEmmanuel Vadot	reg = <0 0x800>,
12*f126890aSEmmanuel Vadot	      <0x1200 0x100>;
13*f126890aSEmmanuel Vadot};
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot&davinci_mdio {
16*f126890aSEmmanuel Vadot	reg = <0x1000 0x100>;
17*f126890aSEmmanuel Vadot};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot#include "dra62x-clocks.dtsi"
20