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:
parent
4ffe418253
commit
d2dc2d8a0d
6 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -14,6 +14,7 @@ supported:
|
|||
- uart
|
||||
- watchdog
|
||||
- netif:eth
|
||||
- rtc
|
||||
ram: 160
|
||||
flash: 1024
|
||||
vendor: infineon
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
@ -16,6 +16,7 @@ supported:
|
|||
- arduino_serial
|
||||
- watchdog
|
||||
- netif:eth
|
||||
- rtc
|
||||
ram: 352
|
||||
flash: 2048
|
||||
vendor: infineon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue