summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/realtek/rtl930x.dtsi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-29 10:36:01 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-29 10:36:01 -0800
commit63c81af15cf8e64045e8ec55991363ef569a267a (patch)
treedc7c136a756dd22e9934d8f1a355f0216202c157 /arch/mips/boot/dts/realtek/rtl930x.dtsi
parent9d5daef3b3a67535825dcdf1bfe078fdbada5606 (diff)
parent4fbd66d8254cedfd1218393f39d83b6c07a01917 (diff)
downloadlinux-63c81af15cf8e64045e8ec55991363ef569a267a.tar.gz
linux-63c81af15cf8e64045e8ec55991363ef569a267a.tar.bz2
linux-63c81af15cf8e64045e8ec55991363ef569a267a.zip
Merge tag 'mips_6.13_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS updates from Thomas Bogendoerfer: - fix for loongson64 device tree - add SPI nand to realtek device tree - change clock tree for mobileye * tag 'mips_6.13_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a mips: dts: realtek: Add SPI NAND controller MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks MIPS: mobileye: eyeq5: use OLB as provider for fixed factor clocks
Diffstat (limited to 'arch/mips/boot/dts/realtek/rtl930x.dtsi')
-rw-r--r--arch/mips/boot/dts/realtek/rtl930x.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi
index 6a6f3f3fe389..17577457d159 100644
--- a/arch/mips/boot/dts/realtek/rtl930x.dtsi
+++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi
@@ -61,6 +61,8 @@
};
&soc {
+ ranges = <0x0 0x18000000 0x20000>;
+
intc: interrupt-controller@3000 {
compatible = "realtek,rtl9300-intc", "realtek,rtl-intc";
reg = <0x3000 0x18>, <0x3018 0x18>;
@@ -88,6 +90,17 @@
interrupts = <7>, <8>, <9>, <10>, <11>;
clocks = <&lx_clk>;
};
+
+ snand: spi@1a400 {
+ compatible = "realtek,rtl9301-snand";
+ reg = <0x1a400 0x44>;
+ interrupt-parent = <&intc>;
+ interrupts = <19>;
+ clocks = <&lx_clk>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
};
&uart0 {