boards: arm: nucleo_h745zi_q
add fdcan1, fdcan2 and usb_fs DT configurations Signed-off-by: Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
This commit is contained in:
parent
cc488787ea
commit
e68c7f2f73
|
@ -112,6 +112,8 @@ features:
|
||||||
+-------------+------------+-------------------------------------+
|
+-------------+------------+-------------------------------------+
|
||||||
| SPI | on-chip | spi |
|
| SPI | on-chip | spi |
|
||||||
+-------------+------------+-------------------------------------+
|
+-------------+------------+-------------------------------------+
|
||||||
|
| FDCAN | on-chip | CAN-FD Control Area Network |
|
||||||
|
+-------------+------------+-------------------------------------+
|
||||||
|
|
||||||
Other hardware features are not yet supported on this Zephyr port.
|
Other hardware features are not yet supported on this Zephyr port.
|
||||||
|
|
||||||
|
|
|
@ -144,3 +144,14 @@ zephyr_udc0: &usbotg_fs {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&fdcan1 {
|
||||||
|
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
|
||||||
|
/* HSE will be used by default. Uncomment below to enable APB1.2 120MHz clock */
|
||||||
|
/*
|
||||||
|
* clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||||
|
* <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
|
||||||
|
*/
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -16,6 +16,7 @@ supported:
|
||||||
- counter
|
- counter
|
||||||
- i2c
|
- i2c
|
||||||
- pwm
|
- pwm
|
||||||
|
- can
|
||||||
- netif:eth
|
- netif:eth
|
||||||
- spi
|
- spi
|
||||||
- usb_device
|
- usb_device
|
||||||
|
|
Loading…
Reference in New Issue