Skip to content

Commit ec2bbc5

Browse files
committed
LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
Some Loongson-2K1000 platforms have ISA/LPC devices such as Super-IO, define an ISA node in the dts file to avoid access error. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
1 parent 1a629fe commit ec2bbc5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/loongarch/boot/dts/loongson-2k1000.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
#size-cells = <2>;
101101
dma-coherent;
102102

103+
isa@18000000 {
104+
compatible = "isa";
105+
#size-cells = <1>;
106+
#address-cells = <2>;
107+
ranges = <1 0x0 0x0 0x18000000 0x4000>;
108+
};
109+
103110
liointc0: interrupt-controller@1fe01400 {
104111
compatible = "loongson,liointc-2.0";
105112
reg = <0x0 0x1fe01400 0x0 0x40>,

0 commit comments

Comments
 (0)