]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: nuvoton: Change timer node
authorJim Liu <jim.t90615@gmail.com>
Thu, 7 Aug 2025 05:32:21 +0000 (13:32 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 18 Aug 2025 22:40:23 +0000 (16:40 -0600)
npcm_timer driver is changed to use SECCNT counter.

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

index db7517cc9ba96a11a13ed927c7e7c5ba51384a9e..be06b2a0caef7425cefcf3df5453fe706b6abf16 100644 (file)
                        reg = <0x0 0xf0801000 0x0 0x1000>;
                };
 
+               timer0: timer@f0801068 {
+                       compatible = "nuvoton,npcm845-timer";
+                       reg = <0x0 0xf0801068 0x0 0x8>;
+               };
+
                sdhci0: sdhci@f0842000 {
                        compatible = "nuvoton,npcm845-sdhci";
                        reg = <0x0 0xf0842000 0x0 0x100>;
                                status = "disabled";
                        };
 
-                       timer0: timer@8000 {
-                               compatible = "nuvoton,npcm845-timer";
-                               interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
-                               reg = <0x8000 0x1C>;
-                               clocks = <&clk NPCM8XX_CLK_REFCLK>;
-                               clock-names = "refclk";
-                       };
-
                        serial0: serial@0 {
                                compatible = "nuvoton,npcm845-uart", "nuvoton,npcm750-uart";
                                reg = <0x0 0x1000>;