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/allwinner/sun50i-a64-pine64-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 // Copyright (c) 2016 ARM Ltd.
    3 
    4 #include "sun50i-a64-pine64.dts"
    5 
    6 / {
    7         model = "Pine64+";
    8         compatible = "pine64,pine64-plus", "allwinner,sun50i-a64";
    9 
   10         /* TODO: Camera, touchscreen, etc. */
   11 };
   12 
   13 &emac {
   14         pinctrl-names = "default";
   15         pinctrl-0 = <&rgmii_pins>;
   16         phy-mode = "rgmii-txid";
   17         phy-handle = <&ext_rgmii_phy>;
   18         status = "okay";
   19 };
   20 
   21 &mdio {
   22         ext_rgmii_phy: ethernet-phy@1 {
   23                 compatible = "ethernet-phy-ieee802.3-c22";
   24                 reg = <1>;
   25         };
   26 };
   27 
   28 &reg_dc1sw {
   29         /*
   30          * Ethernet PHY needs 30ms to properly power up and some more
   31          * to initialize. 100ms should be plenty of time to finish
   32          * whole process.
   33          */
   34         regulator-enable-ramp-delay = <100000>;
   35 };

Cache object: 7c24a100c9c2aaf8e545935beeb7e2ce


[ 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.