Loading...
Note: File does not exist in v3.5.6.
1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Copyright (c) 2021 thingy.jp.
4 * Author: Daniel Palmer <daniel@thingy.jp>
5 * Author: Romain Perier <romain.perier@gmail.com>
6 */
7
8/ {
9 reg_vcc_dram: regulator-vcc-dram {
10 compatible = "regulator-fixed";
11 regulator-name = "vcc_dram";
12 regulator-min-microvolt = <1800000>;
13 regulator-max-microvolt = <1800000>;
14 regulator-boot-on;
15 };
16};
17
18&pm_uart {
19 status = "okay";
20};