zephyr/boards/arm/lora_e5_dev_board
Erwan Gouriou 87eea6e6b1 boards: lora_e5_dev_board: Fix dts clock description
According to board documentation: "By default System
clock is driven by the MSI clock at 48MHz."

This is in line with rcc node dts configuration:
&rcc {
        [...]
	clocks = <&clk_msi>;
        [...]
};

Though pll node is currently enabled, which is not in line with
current dts clocks description scheme and results to compilation
issue in clock_control driver.
Remove pll node configuration to fix this.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-04-21 14:09:44 +02:00
..
doc doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
support boards: add seeed studio LoRa-E5 Dev board 2021-07-13 09:37:29 -04:00
board.cmake boards: lora_e5_dev_board: set defaults for blackmagicprobe 2021-11-22 22:20:02 -05:00
Kconfig.board boards: add seeed studio LoRa-E5 Dev board 2021-07-13 09:37:29 -04:00
Kconfig.defconfig boards: add seeed studio LoRa-E5 Dev board 2021-07-13 09:37:29 -04:00
lora_e5_dev_board.dts boards: lora_e5_dev_board: Fix dts clock description 2022-04-21 14:09:44 +02:00
lora_e5_dev_board.yaml boards: add seeed studio LoRa-E5 Dev board 2021-07-13 09:37:29 -04:00
lora_e5_dev_board_defconfig boards: stm32: Remove use of CONFIG_PINMUX 2021-11-26 11:36:42 +01:00