Skip to content

Commit

Permalink
Merge pull request zephyrproject-rtos#4 from Pillar1989/patch-1
Browse files Browse the repository at this point in the history
dts: cc1352r : use flash_controller setting
  • Loading branch information
jadonk authored Mar 8, 2021
2 parents 62b9854 + 2463b49 commit fd4fd21
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions dts/arm/ti/cc1352r.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
reg = <0x20000000 DT_SIZE_K(80)>;
};

flash0: serial-flash@0 {
reg = <0x0 DT_SIZE_K(352)>;
};
flash_controller: flash-controller@400fd000 {
compatible = "ti,stellaris-flash-controller";
reg = <0x400fd000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
label = "FLASH_CTRL";
flash0: serial-flash@0 {
reg = <0x0 DT_SIZE_K(352)>;
};

};
};

0 comments on commit fd4fd21

Please sign in to comment.