Skip to content

Commit

Permalink
dts: arm: st: h5: add Ethernet
Browse files Browse the repository at this point in the history
add Ethernet for stmh573i_dk

Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
  • Loading branch information
Desvauxm-st committed Jul 7, 2023
1 parent b6e28d3 commit f292cc3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions dts/arm/st/h5/stm32h573Xi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@
#include <st/h5/stm32h573.dtsi>

/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(640)>;
sram1: memory@20000000 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x20000000 DT_SIZE_K(256)>;
zephyr,memory-region = "SRAM1";
};

Check failure on line 15 in dts/arm/st/h5/stm32h573Xi.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

dts/arm/st/h5/stm32h573Xi.dtsi:15 trailing whitespace
sram2: memory@20040000 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x20040000 DT_SIZE_K(64)>;
zephyr,memory-region = "SRAM2";
};

sram3: memory@20050000 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x20050000 DT_SIZE_K(320)>;
zephyr,memory-region = "SRAM3";
};

soc {
Expand Down

0 comments on commit f292cc3

Please sign in to comment.