sh7751-r2dplus.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the SH7751 R2Dplus
  4. *
  5. * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
  6. */
  7. /dts-v1/;
  8. / {
  9. model = "R2D";
  10. compatible = "renesas,r2d", "renesas,sh7751";
  11. #address-cells = <2>;
  12. #size-cells = <2>;
  13. aliases {
  14. serial0 = &scif1;
  15. };
  16. scif_clks: scif60 {
  17. #clock-cells = <0>;
  18. compatible = "fixed-clock";
  19. clock-frequency = <60000000>;
  20. u-boot,dm-pre-reloc;
  21. };
  22. scif1: serial@ffe80000 {
  23. compatible = "renesas,scif";
  24. reg = <0 0xffe80000 0 0x1000>;
  25. clocks = <&scif_clks>;
  26. clock-names = "fck";
  27. status = "okay";
  28. u-boot,dm-pre-reloc;
  29. };
  30. pci@fe200000 {
  31. compatible = "renesas,pci-sh7751";
  32. device_type = "pci";
  33. reg = <0 0xfe200000 0 0x1000>;
  34. status = "okay";
  35. bus-range = <0 0>;
  36. #address-cells = <3>;
  37. #size-cells = <2>;
  38. #interrupt-cells = <1>;
  39. ranges = <0x01000000 0 0xfe240000 0 0xfe240000 0 0x00040000
  40. 0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000
  41. 0x42000000 0 0x0c000000 0 0x8c000000 0 0x04000000>;
  42. };
  43. };