arm: dts: npcm7xx: correct the timer node
authorJim Liu <jim.t90615@gmail.com>
Tue, 25 Feb 2025 01:45:05 +0000 (09:45 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 14 Mar 2025 18:26:55 +0000 (12:26 -0600)
Correct the timer node of dts

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
arch/arm/dts/nuvoton-common-npcm7xx.dtsi

index feb8887..093d542 100644 (file)
                        compatible = "nuvoton,npcm750-rst", "syscon", "simple-mfd";
                        reg = <0x801000 0x6C>;
                };
+
+               timer0: timer@f0801068 {
+                       compatible = "nuvoton,npcm750-timer";
+                       reg = <0x801068 0x8>;
+               };
        };
 
        ahb {
                                status = "disabled";
                        };
 
-                       timer0: timer@8000 {
-                               compatible = "nuvoton,npcm750-timer";
-                               interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
-                               reg = <0x8000 0x1C>;
-                               clocks = <&clk NPCM7XX_CLK_TIMER>;
-                       };
-
                        watchdog0: watchdog@801C {
                                compatible = "nuvoton,npcm750-wdt";
                                interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;