2 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
12 model = "Rockchip RV1108 Evaluation board";
13 compatible = "rockchip,rv1108-evb", "rockchip,rv1108";
16 device_type = "memory";
17 reg = <0x60000000 0x08000000>;
21 stdout-path = "serial2:1500000n8";
24 vcc5v0_otg: vcc5v0-otg-drv {
25 compatible = "regulator-fixed";
27 regulator-name = "vcc5v0_otg";
28 gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
29 regulator-min-microvolt = <5000000>;
30 regulator-max-microvolt = <5000000>;
37 snps,reset-active-low;
38 snps,reset-delays-us = <0 10000 1000000>;
39 snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
49 compatible = "gd25q256","spi-flash";
51 spi-tx-bus-width = <1>;
52 spi-rx-bus-width = <1>;
53 spi-max-frequency = <96000000>;
70 vbus-supply = <&vcc5v0_otg>;