2019-05-07 18:21:50 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
|
|
|
|
2019-07-29 13:52:27 +00:00
|
|
|
#include "rk3399-u-boot.dtsi"
|
2019-05-07 18:21:50 +00:00
|
|
|
#include "rk3399-sdram-lpddr3-2GB-1600.dtsi"
|
2019-07-29 13:52:27 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,spl-boot-order = &sdhci, &sdmmc;
|
|
|
|
};
|
2019-11-13 03:14:09 +00:00
|
|
|
|
|
|
|
vdd_log: vdd-log {
|
|
|
|
compatible = "pwm-regulator";
|
|
|
|
pwms = <&pwm2 0 25000 1>;
|
|
|
|
regulator-name = "vdd_log";
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
|
|
|
regulator-min-microvolt = <800000>;
|
|
|
|
regulator-max-microvolt = <1400000>;
|
|
|
|
regulator-init-microvolt = <950000>;
|
|
|
|
vin-supply = <&vcc5v0_sys>;
|
|
|
|
};
|
|
|
|
|
2019-07-29 13:52:27 +00:00
|
|
|
};
|