Skip to content

Commit

Permalink
tests: drivers: spi: enable tests on ucans32k1sic
Browse files Browse the repository at this point in the history
Add overlays to enable SPI tests on ucans32k1sic board.

(cherry picked from commit f46a27f)

Original-Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
GitOrigin-RevId: f46a27f
Change-Id: I842d09f85da0b12344185b2c4501026492ca8a36
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5099020
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
manuargue authored and Chromeos LUCI committed Dec 7, 2023
1 parent 5ff59c6 commit a838d7c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/drivers/spi/spi_loopback/boards/ucans32k1sic.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/* Short P1.3 (SPI0/MISO) with P1.4 (SPI0/MOSI) */

&lpspi0 {
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;
spi-max-frequency = <500000>;
};
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <9000000>;
};
};

0 comments on commit a838d7c

Please sign in to comment.