1 // SPDX-License-Identifier: GPL-2.0-only 2 3 #include "dm814x.dtsi" 4 5 / { 6 compatible = "ti,dra62x"; 7 }; 8 9 /* Compared to dm814x, dra62x has different offsets for Ethernet */ 10 &mac { 11 reg = <0 0x800>, 12 <0x1200 0x100>; 13 }; 14 15 &davinci_mdio { 16 reg = <0x1000 0x100>; 17 }; 18 19 #include "dra62x-clocks.dtsi"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.