r8a779g0-white-hawk.dts 631 B

12345678910111213141516171819202122232425
  1. // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. /*
  3. * Device Tree Source for the White Hawk CPU and BreakOut boards
  4. *
  5. * Copyright (C) 2022 Renesas Electronics Corp.
  6. */
  7. /dts-v1/;
  8. #include "r8a779g0-white-hawk-cpu.dtsi"
  9. #include "r8a779g0-white-hawk-csi-dsi.dtsi"
  10. #include "r8a779g0-white-hawk-ethernet.dtsi"
  11. / {
  12. model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
  13. compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
  14. };
  15. &i2c0 {
  16. eeprom@51 {
  17. compatible = "rohm,br24g01", "atmel,24c01";
  18. label = "breakout-board";
  19. reg = <0x51>;
  20. pagesize = <8>;
  21. };
  22. };