rs780e-pch.dtsi 965 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. bus@10000000 {
  4. compatible = "simple-bus";
  5. #address-cells = <2>;
  6. #size-cells = <2>;
  7. ranges = <0 0x10000000 0 0x10000000 0 0x10000000
  8. 0 0x40000000 0 0x40000000 0 0x40000000
  9. 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;
  10. pci@1a000000 {
  11. compatible = "loongson,rs780e-pci";
  12. device_type = "pci";
  13. #address-cells = <3>;
  14. #size-cells = <2>;
  15. reg = <0 0x1a000000 0 0x02000000>;
  16. ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x0000c000>,
  17. <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
  18. };
  19. isa@18000000 {
  20. compatible = "isa";
  21. #address-cells = <2>;
  22. #size-cells = <1>;
  23. ranges = <1 0 0 0x18000000 0x4000>;
  24. rtc0: rtc@70 {
  25. compatible = "motorola,mc146818";
  26. reg = <1 0x70 0x8>;
  27. interrupts = <8>;
  28. interrupt-parent = <&htpic>;
  29. };
  30. acpi@800 {
  31. compatible = "loongson,rs780e-acpi";
  32. reg = <1 0x800 0x100>;
  33. };
  34. };
  35. };
  36. };