Skip to content

Commit

Permalink
boards: dts: Add MSPI controller to native_sim
Browse files Browse the repository at this point in the history
Add the MSPI emulator controller node in the board dts.

(cherry picked from commit 99175e1)

Original-Signed-off-by: Swift Tian <swift.tian@ambiq.com>
GitOrigin-RevId: 99175e1
Change-Id: I41acd85d9d367a0b233f10ac00935a384039d36c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5635392
Reviewed-by: Dawid Niedźwiecki <dawidn@google.com>
Commit-Queue: Dawid Niedźwiecki <dawidn@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Dawid Niedźwiecki <dawidn@google.com>
  • Loading branch information
swift-tk authored and Chromeos LUCI committed Jun 18, 2024
1 parent 58bd376 commit 1ae60ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/native/native_sim/native_sim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@
#size-cells = <0>;
};

mspi0: mspi@400 {
status = "okay";
compatible = "zephyr,mspi-emul-controller";
clock-frequency = <250000000>;
reg = <0x400 4>;
#address-cells = <1>;
#size-cells = <0>;
};

uart0: uart {
status = "okay";
compatible = "zephyr,native-posix-uart";
Expand Down
1 change: 1 addition & 0 deletions boards/native/native_sim/native_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ supported:
- dma
- eeprom
- netif:eth
- mspi
- usb_device
- adc
- i2c
Expand Down

0 comments on commit 1ae60ce

Please sign in to comment.