blob: 598e0e227cb07f96849d1a715d661a7a234d96be [file] [log] [blame]
Levin Du8a681f42019-07-26 15:43:54 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Levin Du <djw@t-chip.com.cn>
4 */
5
6#include "rk3399-u-boot.dtsi"
7#include "rk3399-sdram-lpddr4-100.dtsi"
8
9/ {
Jagan Teki3d11196c2019-12-21 13:24:38 +053010 aliases {
11 spi0 = &spi1;
12 };
13
Levin Du8a681f42019-07-26 15:43:54 +080014 chosen {
15 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
16 };
Suniel Maheshf9e2d9e2020-03-25 21:07:36 +053017
18 vcc_hub_en: vcc_hub_en-regulator {
19 compatible = "regulator-fixed";
20 enable-active-high;
21 gpio = <&gpio2 RK_PA4 GPIO_ACTIVE_HIGH>;
22 pinctrl-names = "default";
23 pinctrl-0 = <&hub_rst>;
24 regulator-name = "vcc_hub_en";
25 regulator-always-on;
26 };
Levin Du8a681f42019-07-26 15:43:54 +080027};
28
29&vdd_log {
30 regulator-min-microvolt = <430000>;
31 regulator-init-microvolt = <950000>;
32};