Browse Source
Enable SPI driver samples for RZ/G3S-SMARC Signed-off-by: Quang Le <quang.le.eb@bp.renesas.com> Signed-off-by: Binh Nguyen <binh.nguyen.xw@renesas.com>pull/87786/head
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
CONFIG_GPIO=y |
||||||
|
CONFIG_SPI_RENESAS_RZ_RSPI_DMAC=n |
||||||
|
CONFIG_NO_OPTIMIZATIONS=y |
@ -0,0 +1,13 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2024 Renesas Electronics Corporation |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
spibb0: &spi0 { |
||||||
|
cs-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
&gpio0 { |
||||||
|
status = "okay"; |
||||||
|
}; |
Loading…
Reference in new issue