dts: stm32: Add generic compatible for flash controller
Add "st,stm32-flash-controller" as stm32 generic flash controller. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
e6204a982e
commit
c2833af1af
14 changed files with 18 additions and 13 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
soc {
|
||||
flash-controller@40022000 {
|
||||
compatible = "st,stm32f0-flash-controller";
|
||||
compatible = "st,stm32-flash-controller", "st,stm32f0-flash-controller";
|
||||
label = "FLASH_CTRL";
|
||||
reg = <0x40022000 0x400>;
|
||||
interrupts = <3 0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue