Merge tag 'at91-ab-4.8-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
[deliverable/linux.git] / arch / arm / boot / dts / dra62x.dtsi
CommitLineData
c46ab061
TL
1/*
2 * This file is licensed under the terms of the GNU General Public License
3 * version 2. This program is licensed "as is" without any warranty of any
4 * kind, whether express or implied.
5 */
6
7#include "dm814x.dtsi"
8
9/ {
10 compatible = "ti,dra62x";
11};
12
13/* Compared to dm814x, dra62x has different offsets for Ethernet */
14&mac {
15 reg = <0x4a100000 0x800
16 0x4a101200 0x100>;
17};
18
19&davinci_mdio {
20 reg = <0x4a101000 0x100>;
21};
22
23#include "dra62x-clocks.dtsi"
This page took 0.059671 seconds and 5 git commands to generate.