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 |
|
| PTP | on-chip | ethernet |
|
||||||
+-----------+------------+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
|
| RTC | on-chip | rtc |
|
||||||
|
+-----------+------------+-----------------------+
|
||||||
|
|
||||||
More details about the supported peripherals are available in `XMC4500 TRM`_
|
More details about the supported peripherals are available in `XMC4500 TRM`_
|
||||||
Other hardware features are not currently supported by the Zephyr kernel.
|
Other hardware features are not currently supported by the Zephyr kernel.
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
die-temp0 = &die_temp;
|
die-temp0 = &die_temp;
|
||||||
pwm-led0 = &pwm_led1;
|
pwm-led0 = &pwm_led1;
|
||||||
watchdog0 = &wdt0;
|
watchdog0 = &wdt0;
|
||||||
|
rtc = &rtc;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -162,3 +163,7 @@
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -14,6 +14,7 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- watchdog
|
- watchdog
|
||||||
- netif:eth
|
- netif:eth
|
||||||
|
- rtc
|
||||||
ram: 160
|
ram: 160
|
||||||
flash: 1024
|
flash: 1024
|
||||||
vendor: infineon
|
vendor: infineon
|
||||||
|
|
|
@ -66,6 +66,8 @@ The Relax Kit development board configuration supports the following hardware fe
|
||||||
+-----------+------------+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| PTP | on-chip | ethernet |
|
| PTP | on-chip | ethernet |
|
||||||
+-----------+------------+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
|
| RTC | on-chip | rtc |
|
||||||
|
+-----------+------------+-----------------------+
|
||||||
|
|
||||||
More details about the supported peripherals are available in `XMC4700 TRM`_
|
More details about the supported peripherals are available in `XMC4700 TRM`_
|
||||||
Other hardware features are not currently supported by the Zephyr kernel.
|
Other hardware features are not currently supported by the Zephyr kernel.
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
die-temp0 = &die_temp;
|
die-temp0 = &die_temp;
|
||||||
pwm-led0 = &pwm_led1;
|
pwm-led0 = &pwm_led1;
|
||||||
watchdog0 = &wdt0;
|
watchdog0 = &wdt0;
|
||||||
|
rtc = &rtc;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -201,6 +202,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&can {
|
&can {
|
||||||
clock-prescaler = <6>;
|
clock-prescaler = <6>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,6 +16,7 @@ supported:
|
||||||
- arduino_serial
|
- arduino_serial
|
||||||
- watchdog
|
- watchdog
|
||||||
- netif:eth
|
- netif:eth
|
||||||
|
- rtc
|
||||||
ram: 352
|
ram: 352
|
||||||
flash: 2048
|
flash: 2048
|
||||||
vendor: infineon
|
vendor: infineon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue