Skip to content

Commit 21950ef

Browse files
gautierg-stnashif
authored andcommitted
dts: arm: st: add st,stm32-data-width property for all spi instances
Addd st,stm32-data-width property for all STM32 SPI instances. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
1 parent e20076c commit 21950ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+129
-0
lines changed

dts/arm/st/c0/stm32c0.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
reg = <0x40013000 0x400>;
453453
clocks = <&rcc STM32_CLOCK(APB1_2, 12)>;
454454
interrupts = <25 0>;
455+
st,spi-data-width = "full-4-to-16-bit";
455456
status = "disabled";
456457
};
457458

dts/arm/st/c0/stm32c051.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
5555
interrupts = <26 0>;
5656
interrupt-names = "global";
57+
st,spi-data-width = "full-4-to-16-bit";
5758
status = "disabled";
5859
};
5960

dts/arm/st/f0/stm32f0.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
reg = <0x40013000 0x400>;
206206
clocks = <&rcc STM32_CLOCK(APB2, 12)>;
207207
interrupts = <25 3>;
208+
st,spi-data-width = "full-4-to-16-bit";
208209
status = "disabled";
209210
};
210211

dts/arm/st/f0/stm32f030X8.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
reg = <0x40003800 0x400>;
4646
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
4747
interrupts = <26 3>;
48+
st,spi-data-width = "full-4-to-16-bit";
4849
status = "disabled";
4950
};
5051

dts/arm/st/f0/stm32f042.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
reg = <0x40003800 0x400>;
3636
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
3737
interrupts = <26 3>;
38+
st,spi-data-width = "full-4-to-16-bit";
3839
status = "disabled";
3940
};
4041

dts/arm/st/f0/stm32f051.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
reg = <0x40003800 0x400>;
3939
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
4040
interrupts = <26 3>;
41+
st,spi-data-width = "full-4-to-16-bit";
4142
status = "disabled";
4243
};
4344

dts/arm/st/f0/stm32f070Xb.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
reg = <0x40003800 0x400>;
6262
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
6363
interrupts = <26 3>;
64+
st,spi-data-width = "full-4-to-16-bit";
6465
status = "disabled";
6566
};
6667

dts/arm/st/f1/stm32f1.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
reg = <0x40013000 0x400>;
254254
clocks = <&rcc STM32_CLOCK(APB2, 12)>;
255255
interrupts = <35 5>;
256+
st,spi-data-width = "limited-8-16-bit";
256257
status = "disabled";
257258
};
258259

dts/arm/st/f1/stm32f100Xb.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
reg = <0x40003800 0x400>;
4141
clocks = <&rcc STM32_CLOCK(APB1, 14)>;
4242
interrupts = <36 5>;
43+
st,spi-data-width = "limited-8-16-bit";
4344
status = "disabled";
4445
};
4546

dts/arm/st/f1/stm32f100Xe.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
reg = <0x40003c00 0x400>;
2828
clocks = <&rcc STM32_CLOCK(APB1, 15)>;
2929
interrupts = <51 5>;
30+
st,spi-data-width = "limited-8-16-bit";
3031
status = "disabled";
3132
};
3233
};

0 commit comments

Comments
 (0)