dts/stm32: add clock property to spi nodes
For test purpose, add clocks property to (some) spi nodes Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
6c0d089594
commit
9b046ec08a
21 changed files with 28 additions and 1 deletions
|
@ -155,6 +155,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40013000 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00001000>;
|
||||
interrupts = <25 3>;
|
||||
status = "disabled";
|
||||
label = "SPI_1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue