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