The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-odroid-n2-plus.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 860fc3a4c80527910a46eaee0c69968f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.