dra62x.dtsi 294 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. #include "dm814x.dtsi"
  3. / {
  4. compatible = "ti,dra62x";
  5. };
  6. /* Compared to dm814x, dra62x has different offsets for Ethernet */
  7. &mac {
  8. reg = <0 0x800>,
  9. <0x1200 0x100>;
  10. };
  11. &davinci_mdio {
  12. reg = <0x1000 0x100>;
  13. };
  14. #include "dra62x-clocks.dtsi"