| // SPDX-License-Identifier: GPL-2.0 |
| * Device Tree Source extras for U-Boot for the GR Peach board |
| * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com> |
| label = "peach:bottom:red"; |
| gpios = <&port6 13 GPIO_ACTIVE_HIGH>; |
| label = "peach:tri:green"; |
| gpios = <&port6 14 GPIO_ACTIVE_HIGH>; |
| label = "peach:tri:blue"; |
| gpios = <&port6 15 GPIO_ACTIVE_HIGH>; |
| reg_usbhs0_vbus: regulator-usbhs0-vbus { |
| compatible = "regulator-fixed"; |
| regulator-name = "usbhs0_vbus"; |
| regulator-min-microvolt = <5000000>; |
| regulator-max-microvolt = <5000000>; |
| gpio = <&port4 1 GPIO_ACTIVE_LOW>; |
| compatible = "renesas,r7s72100-rpc-if"; |
| reg = <0x3fefa000 0x100>, <0x18000000 0x08000000>; |
| spi-max-frequency = <50000000>; |
| compatible = "jedec,spi-nor"; |
| spi-max-frequency = <50000000>; |
| clock = <66666666>; /* ToDo: Replace by DM clock driver */ |
| vbus-supply = <®_usbhs0_vbus>; |