boards: infineon: Add RTC to xmc4(75)_relax_kit boards

Adds RTC node to xmc4(75)_relax_kits.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
Andriy Gelman 2024-06-30 17:07:28 -04:00 committed by Carles Cufí
commit d2dc2d8a0d
6 changed files with 16 additions and 0 deletions

View file

@ -63,6 +63,8 @@ The Relax Kit development board configuration supports the following hardware fe
+-----------+------------+-----------------------+
| PTP | on-chip | ethernet |
+-----------+------------+-----------------------+
| RTC | on-chip | rtc |
+-----------+------------+-----------------------+
More details about the supported peripherals are available in `XMC4500 TRM`_
Other hardware features are not currently supported by the Zephyr kernel.

View file

@ -23,6 +23,7 @@
die-temp0 = &die_temp;
pwm-led0 = &pwm_led1;
watchdog0 = &wdt0;
rtc = &rtc;
};
leds {
@ -162,3 +163,7 @@
reg = <0>;
};
};
&rtc {
status = "okay";
};

View file

@ -14,6 +14,7 @@ supported:
- uart
- watchdog
- netif:eth
- rtc
ram: 160
flash: 1024
vendor: infineon

View file

@ -66,6 +66,8 @@ The Relax Kit development board configuration supports the following hardware fe
+-----------+------------+-----------------------+
| PTP | on-chip | ethernet |
+-----------+------------+-----------------------+
| RTC | on-chip | rtc |
+-----------+------------+-----------------------+
More details about the supported peripherals are available in `XMC4700 TRM`_
Other hardware features are not currently supported by the Zephyr kernel.

View file

@ -22,6 +22,7 @@
die-temp0 = &die_temp;
pwm-led0 = &pwm_led1;
watchdog0 = &wdt0;
rtc = &rtc;
};
leds {
@ -201,6 +202,10 @@
};
};
&rtc {
status = "okay";
};
&can {
clock-prescaler = <6>;
};

View file

@ -16,6 +16,7 @@ supported:
- arduino_serial
- watchdog
- netif:eth
- rtc
ram: 352
flash: 2048
vendor: infineon