meson-g12b-odroid-n2-plus.dts 663 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2019 BayLibre, SAS
  4. * Author: Neil Armstrong <[email protected]>
  5. */
  6. /dts-v1/;
  7. /* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
  8. #include "meson-g12b-a311d.dtsi"
  9. #include "meson-g12b-odroid-n2.dtsi"
  10. / {
  11. compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
  12. model = "Hardkernel ODROID-N2Plus";
  13. };
  14. &vddcpu_a {
  15. regulator-min-microvolt = <680000>;
  16. regulator-max-microvolt = <1040000>;
  17. pwms = <&pwm_ab 0 1500 0>;
  18. };
  19. &vddcpu_b {
  20. regulator-min-microvolt = <680000>;
  21. regulator-max-microvolt = <1040000>;
  22. pwms = <&pwm_AO_cd 1 1500 0>;
  23. };