r8a779f0-spider.dts 549 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: (GPL-2.0 or MIT)
  2. /*
  3. * Device Tree Source for the Spider CPU and BreakOut boards
  4. *
  5. * Copyright (C) 2021 Renesas Electronics Corp.
  6. */
  7. /dts-v1/;
  8. #include "r8a779f0-spider-cpu.dtsi"
  9. #include "r8a779f0-spider-ethernet.dtsi"
  10. / {
  11. model = "Renesas Spider CPU and Breakout boards based on r8a779f0";
  12. compatible = "renesas,spider-breakout", "renesas,spider-cpu", "renesas,r8a779f0";
  13. };
  14. &i2c4 {
  15. eeprom@51 {
  16. compatible = "rohm,br24g01", "atmel,24c01";
  17. label = "breakout-board";
  18. reg = <0x51>;
  19. pagesize = <8>;
  20. };
  21. };