Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zephyrproject-rtos/zephyr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8590e96b14bb77e339827090954248e50fabdace
Choose a base ref
..
head repository: zephyrproject-rtos/zephyr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b68cc59eaaeaaa1ee567ad649c4b13a5e694f720
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +1 −0 boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi
  2. +1 −0 boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi
1 change: 1 addition & 0 deletions boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi
Original file line number Diff line number Diff line change
@@ -223,6 +223,7 @@
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

storage_partition: partition@3ff0000 {
label = "storage";
reg = <0x3ff0000 DT_SIZE_K(64)>;
1 change: 1 addition & 0 deletions boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi
Original file line number Diff line number Diff line change
@@ -180,6 +180,7 @@
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

storage_partition: partition@7ff0000 {
label = "storage";
reg = <0x7ff0000 DT_SIZE_K(64)>;