Skip to content

Commit b91aff3

Browse files
FlyGoattsbogend
authored andcommitted
MIPS: Loongson64: Add ISA node for LS7A PCH
Although currently we're not enabling any ISA device in devicetree, but this node is required to express the ranges of address reserved for ISA. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 99b02ab commit b91aff3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/mips/boot/dts/loongson/ls7a-pch.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,12 @@
367367
interrupt-map = <0 0 0 0 &pic 39 IRQ_TYPE_LEVEL_HIGH>;
368368
};
369369
};
370+
371+
isa {
372+
compatible = "isa";
373+
#address-cells = <2>;
374+
#size-cells = <1>;
375+
ranges = <1 0 0 0x18000000 0x20000>;
376+
};
370377
};
371378
};

0 commit comments

Comments
 (0)