dts: riscv32: update flash controller compatibility property
- Change flash controller compatibility property from nxp,kinetis-ftfe to openisa,rv32m1-ftfe. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
This commit is contained in:
parent
219fa3c18d
commit
01b22900d5
2 changed files with 16 additions and 1 deletions
15
dts/bindings/flash_controller/openisa,rv32m1-ftfe.yaml
Normal file
15
dts/bindings/flash_controller/openisa,rv32m1-ftfe.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: OpenISA Flash Memory Module (FTFE)
|
||||||
|
version: 0.1
|
||||||
|
|
||||||
|
description: >
|
||||||
|
This binding gives for the OpenISA Flash Memory Module E (FTFE)
|
||||||
|
|
||||||
|
inherits:
|
||||||
|
!include flash-controller.yaml
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
constraint: "openisa,rv32m1-ftfe"
|
||||||
|
|
||||||
|
...
|
|
@ -282,7 +282,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
flash-controller@40023000 {
|
flash-controller@40023000 {
|
||||||
compatible = "nxp,kinetis-ftfe";
|
compatible = "openisa,rv32m1-ftfe";
|
||||||
label = "FLASH_CTRL";
|
label = "FLASH_CTRL";
|
||||||
reg = <0x40023000 0x18>;
|
reg = <0x40023000 0x18>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue