Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: DTS: Loongson64: Add PCI Controller Node

Add PCI Host controller node for Loongson64 with RS780E PCH dts.
Note that PCI interrupts are probed via legacy way, as different
machine have different interrupt arrangement, we can't cover all
of them in dt.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
d8242e6a 83e757ec

+12
+12
arch/mips/boot/dts/loongson/rs780e-pch.dtsi
··· 9 9 0 0x40000000 0 0x40000000 0 0x40000000 10 10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>; 11 11 12 + pci@1a000000 { 13 + compatible = "loongson,rs780e-pci"; 14 + device_type = "pci"; 15 + #address-cells = <3>; 16 + #size-cells = <2>; 17 + 18 + reg = <0 0x1a000000 0 0x02000000>; 19 + 20 + ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x00004000>, 21 + <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>; 22 + }; 23 + 12 24 isa { 13 25 compatible = "isa"; 14 26 #address-cells = <2>;