mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
arm: dts: npcm7xx: correct the timer node
Correct the timer node of dts Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
This commit is contained in:
parent
973c366ce6
commit
ef254ccf37
@ -95,6 +95,11 @@
|
|||||||
compatible = "nuvoton,npcm750-rst", "syscon", "simple-mfd";
|
compatible = "nuvoton,npcm750-rst", "syscon", "simple-mfd";
|
||||||
reg = <0x801000 0x6C>;
|
reg = <0x801000 0x6C>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
timer0: timer@f0801068 {
|
||||||
|
compatible = "nuvoton,npcm750-timer";
|
||||||
|
reg = <0x801068 0x8>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
@ -245,13 +250,6 @@
|
|||||||
status = "disabled";
|
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 {
|
watchdog0: watchdog@801C {
|
||||||
compatible = "nuvoton,npcm750-wdt";
|
compatible = "nuvoton,npcm750-wdt";
|
||||||
interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
Loading…
Reference in New Issue
Block a user