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:
Erwan Gouriou 2018-06-22 13:54:24 +02:00 committed by Kumar Gala
commit 9b046ec08a
21 changed files with 28 additions and 1 deletions

View file

@ -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";