| * Copyright (c) 2024 Renesas Electronics Corporation |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <renesas/ra/ra6/r7fa6e10f2cfp.dtsi> |
| #include <dt-bindings/gpio/gpio.h> |
| #include "fpb_ra6e1-pinctrl.dtsi" |
| model = "Renesas FPB-RA6E1"; |
| compatible = "renesas,ra6e1", "renesas,ra"; |
| zephyr,shell-uart = &uart0; |
| compatible = "gpio-leds"; |
| gpios = <&ioport4 7 GPIO_ACTIVE_HIGH>; |
| gpios = <&ioport4 8 GPIO_ACTIVE_HIGH>; |
| pinctrl-0 = <&sci0_default>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |
| compatible = "fixed-partitions"; |
| boot_partition: partition@0 { |
| reg = <0x00000000 DT_SIZE_K(512)>; |
| storage_partition: partition@80000 { |
| reg = <0x80000 DT_SIZE_K(512)>; |