Searched full:rz (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/dts/arm/renesas/rz/rzg/ |
D | r9a08g045.dtsi | 41 compatible = "renesas,rz-gpio-int"; 56 compatible = "renesas,rz-gpio"; 65 compatible = "renesas,rz-gpio"; 74 compatible = "renesas,rz-gpio"; 83 compatible = "renesas,rz-gpio"; 92 compatible = "renesas,rz-gpio"; 101 compatible = "renesas,rz-gpio"; 110 compatible = "renesas,rz-gpio"; 119 compatible = "renesas,rz-gpio"; 128 compatible = "renesas,rz-gpio"; [all …]
|
/Zephyr-latest/drivers/pinctrl/renesas/rz/ |
D | Kconfig | 6 bool "Renesas RZ/T2M pin controller driver" 10 Renesas RZ/T2M pinctrl driver 13 bool "Renesas RZ pin controller driver" 18 Enable Renesas RZ pinctrl driver.
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 6 The Renesas RZ/G3S SMARC Evaluation Board Kit (RZ/G3S-EVKIT) consists of a SMARC v2.1 module board … 8 * Device: RZ/G3S R9A08G045S33GBG 42 The Renesas RZ/G3S MPU documentation can be found at `RZ/G3S Group Website`_ 47 :alt: RZ/G3S group feature 49 RZ/G3S block diagram (Credit: Renesas Electronics Corporation) 76 RZ/G3S-EVKIT is designed to start different systems on different cores. 80 …1. Follow ''2.2 Building Images'' of `SMARC EVK of RZ/G3S Linux Start-up Guide`_ to prepare the bu… 112 …4. Follow ''4.2 Startup Procedure'' of `SMARC EVK of RZ/G3S Linux Start-up Guide`_ for power suppl… 115 …5. Follow ''4.3 Download Flash Writer to RAM'' of `SMARC EVK of RZ/G3S Linux Start-up Guide`_ to d… 117 …6. Follow ''4.4 Write the Bootloader'' of `SMARC EVK of RZ/G3S Linux Start-up Guide`_ to write the… [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.renesas_rz | 5 bool "Renesas RZ series gpio driver" 10 Enable Renesas RZ series gpio driver.
|
D | gpio_renesas_rz.h | 10 #include <zephyr/dt-bindings/gpio/renesas-rz-gpio.h>
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.rzt2m | 5 bool "Renesas RZ/T2M UART Driver" 12 Enable Renesas RZ/T2M UART Driver.
|
D | Kconfig.renesas_rz | 5 bool "Renesas RZ SCIF UART" 12 Enable Renesas RZ SCIF UART Driver.
|
/Zephyr-latest/dts/bindings/serial/ |
D | renesas,rz-scif-uart.yaml | 4 description: Renesas RZ SCIF UART controller 6 compatible: "renesas,rz-scif-uart"
|
D | renesas,rzt2m-uart.yaml | 4 description: Renesas RZ/T2M UART
|
/Zephyr-latest/dts/bindings/gpio/ |
D | renesas,rz-gpio-int.yaml | 4 description: Renesas RZ GPIO Interrupt 6 compatible: "renesas,rz-gpio-int"
|
D | renesas,rz-gpio.yaml | 5 Reneses RZ GPIO controller node. 19 compatible: "renesas,rz-gpio"
|
/Zephyr-latest/drivers/pinctrl/renesas/ |
D | CMakeLists.txt | 6 zephyr_library_sources_ifdef(CONFIG_PINCTRL_RZT2M rz/pinctrl_rzt2m.c) 8 zephyr_library_sources_ifdef(CONFIG_PINCTRL_RENESAS_RZ rz/pinctrl_renesas_rz.c)
|
/Zephyr-latest/modules/ |
D | Kconfig.renesas_fsp | 14 Enable Renesas RZ FSP support 152 Enable RZ FSP IOPORT driver 157 Enable RZ FSP SCIF UART driver
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/ |
D | index.rst | 3 Renesas Starter Kit+ for RZ/T2M 9 The Renesas Starter Kit+ for RZ/T2M is an evaluation and development kit for the RZ/T2M MPU. 15 :alt: Starter Kit+ for RZ/T2M 17 Starter Kit+ for RZ/T2M (Credit: Renesas) 100 .. _RZT2M Product page: https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-…
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/ |
D | rzg3s_smarc_r9a08g045s33gbg_cm33.dts | 12 #include <zephyr/dt-bindings/gpio/renesas-rz-gpio.h> 13 #include <arm/renesas/rz/rzg/r9a08g045.dtsi> 17 model = "Renesas RZ/G3S SMARC";
|
D | board.yml | 3 full_name: RZ/G3S SMARC Evaluation Board Kit
|
D | rzg3s_smarc_r9a08g045s33gbg_cm33.yaml | 2 name: Cortex-M33 for Renesas RZ/G3S SMARC
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/ |
D | board.yml | 3 full_name: Starter Kit+ for RZ/T2M
|
D | rzt2m_starter_kit.yaml | 5 name: Renesas RZ/T2M Starter Kit+
|
D | rzt2m_starter_kit_renesas_rzt2m.dts | 9 #include <arm/renesas/rz/rzt2m.dtsi>
|
/Zephyr-latest/soc/renesas/rz/rzg3s/ |
D | Kconfig.soc | 8 Renesas RZ/G3S series
|
D | soc.c | 9 * @brief System/hardware module for Renesas RZ/G3S Group
|
/Zephyr-latest/soc/renesas/rzt2m/ |
D | soc.h | 56 * See section 10.2 of the RZ/T2M User's Manual: Hardware.
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | renesas-rz-gpio.h | 12 * @brief RZ G3S specific GPIO Flags
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | renesas,rzt2m-pinctrl.yaml | 5 The Renesas RZ/T2M pin controller is a node responsible for controlling
|
12