Skip to content

Commit 321f735

Browse files
mertvatanseverhenrikbrixandersen
authored andcommitted
dts: arm: adi: Add binding file for MAX32xxx flash driver
This commit adds flash controller driver binding file. Signed-off-by: Mert Vatansever <[email protected]>
1 parent d1678a5 commit 321f735

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dts/arm/adi/max32/max32xxx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
};
8181

8282
flc0: flash_controller@40029000 {
83-
compatible = "flash-controller";
83+
compatible = "adi,max32-flash-controller";
8484
reg = <0x40029000 0x400>;
8585

8686
#address-cells = <1>;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2023 Analog Devices, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: MAX32XXX flash controller
5+
6+
compatible: "adi,max32-flash-controller"
7+
8+
include: flash-controller.yaml

0 commit comments

Comments
 (0)