dts: arm: nxp: k6x: fix rtc dts node
Fix the RTC device tree node for the NXP K6x SoC series. This device is compatible with nxp,kinetis-rtc. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
ff1cd6e10c
commit
230b278f84
1 changed files with 8 additions and 3 deletions
|
@ -30,6 +30,7 @@
|
||||||
pwm-1 = &pwm1;
|
pwm-1 = &pwm1;
|
||||||
pwm-2 = &pwm2;
|
pwm-2 = &pwm2;
|
||||||
pwm-3 = &pwm3;
|
pwm-3 = &pwm3;
|
||||||
|
rtc-0 = &rtc0;
|
||||||
spi-0 = &spi0;
|
spi-0 = &spi0;
|
||||||
spi-1 = &spi1;
|
spi-1 = &spi1;
|
||||||
spi-2 = &spi2;
|
spi-2 = &spi2;
|
||||||
|
@ -120,10 +121,14 @@
|
||||||
enable-external-reference;
|
enable-external-reference;
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc@4003d000 {
|
rtc0: rtc@4003d000 {
|
||||||
compatible = "nxp,k64f-rtc";
|
compatible = "nxp,kinetis-rtc";
|
||||||
reg = <0x4003d000 0x808>;
|
reg = <0x4003d000 0x1000>;
|
||||||
|
interrupts = <46 0>, <47 0>;
|
||||||
|
interrupt-names = "alarm", "seconds";
|
||||||
clock-frequency = <32768>;
|
clock-frequency = <32768>;
|
||||||
|
prescaler = <32768>;
|
||||||
|
label = "RTC_0";
|
||||||
};
|
};
|
||||||
|
|
||||||
sim: sim@40047000 {
|
sim: sim@40047000 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue