| // SPDX-License-Identifier: GPL-2.0+ |
| * (C) Copyright 2016 Rockchip Electronics Co., Ltd |
| model = "Rockchip RV1108 Evaluation board"; |
| compatible = "rockchip,rv1108-evb", "rockchip,rv1108"; |
| reg = <0x60000000 0x08000000>; |
| stdout-path = "serial2:1500000n8"; |
| vcc5v0_otg: vcc5v0-otg-drv { |
| compatible = "regulator-fixed"; |
| regulator-name = "vcc5v0_otg"; |
| gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; |
| regulator-min-microvolt = <5000000>; |
| regulator-max-microvolt = <5000000>; |
| snps,reset-delays-us = <0 10000 1000000>; |
| snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>; |
| compatible = "gd25q256","jedec,spi-nor"; |
| spi-max-frequency = <96000000>; |
| vbus-supply = <&vcc5v0_otg>; |