zephyr/samples/drivers/spi_flash/boards/em_starterkit.overlay

10 lines
138 B
Plaintext

/*
* Copyright (c) 2023 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi0 {
cs-gpios = <&creg_gpio 5 GPIO_ACTIVE_HIGH>;
};