aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/dts-5.10
diff options
context:
space:
mode:
authorMarkus Stockhausen <markus.stockhausen@gmx.de>2022-10-03 14:50:17 +0200
committerSander Vanheule <sander@svanheule.net>2022-10-23 22:33:08 +0200
commitbeb5b079430d1fdb273532dfe270cc1173318506 (patch)
treeca2f0fef0b2f3369f4087c04809ee06a38404e65 /target/linux/realtek/dts-5.10
parentec675fb7446f25e1dbbdbf72d525ba7f771b0cb1 (diff)
downloadupstream-beb5b079430d1fdb273532dfe270cc1173318506.tar.gz
upstream-beb5b079430d1fdb273532dfe270cc1173318506.tar.bz2
upstream-beb5b079430d1fdb273532dfe270cc1173318506.zip
realtek: timer driver: activate for RTL839X devices
Use the new timer driver for the RTL839X devices and remove the no longer needed modules. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> [correct timer compatible order, update selected symbols] Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/dts-5.10')
-rw-r--r--target/linux/realtek/dts-5.10/rtl839x.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl839x.dtsi b/target/linux/realtek/dts-5.10/rtl839x.dtsi
index 78e2454b7e..91d6e17a9e 100644
--- a/target/linux/realtek/dts-5.10/rtl839x.dtsi
+++ b/target/linux/realtek/dts-5.10/rtl839x.dtsi
@@ -177,6 +177,16 @@
#size-cells = <0>;
};
+ timer0: timer@3100 {
+ compatible = "realtek,rtl8390-timer", "realtek,otto-timer";
+ reg = <0x3100 0x10>, <0x3110 0x10>, <0x3120 0x10>,
+ <0x3130 0x10>, <0x3140 0x10>;
+
+ interrupt-parent = <&intc>;
+ interrupts = <29 4>, <28 4>, <17 4>, <16 4>, <15 4>;
+ clocks = <&ccu CLK_LXB>;
+ };
+
uart0: uart@2000 {
compatible = "ns16550a";
reg = <0x2000 0x100>;