mstar-infinity2m-ssd201-som2d01.dtsi 432 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright (c) 2021 thingy.jp.
  4. * Author: Daniel Palmer <[email protected]>
  5. * Author: Romain Perier <[email protected]>
  6. */
  7. / {
  8. reg_vcc_dram: regulator-vcc-dram {
  9. compatible = "regulator-fixed";
  10. regulator-name = "vcc_dram";
  11. regulator-min-microvolt = <1800000>;
  12. regulator-max-microvolt = <1800000>;
  13. regulator-boot-on;
  14. };
  15. };
  16. &pm_uart {
  17. status = "okay";
  18. };