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/arm/dove-d2plug.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
    2 /dts-v1/;
    3 
    4 #include "dove.dtsi"
    5 
    6 / {
    7         model = "Globalscale D2Plug";
    8         compatible = "globalscale,d2plug", "marvell,dove";
    9 
   10         memory {
   11                 device_type = "memory";
   12                 reg = <0x00000000 0x40000000>;
   13         };
   14 
   15         chosen {
   16                 bootargs = "console=ttyS0,115200n8 earlyprintk";
   17         };
   18 
   19         leds {
   20                 compatible = "gpio-leds";
   21                 pinctrl-0 = <&pmx_gpio_0 &pmx_gpio_1 &pmx_gpio_2>;
   22                 pinctrl-names = "default";
   23 
   24                 wlan-ap {
   25                         label = "wlan-ap";
   26                         gpios = <&gpio0 0 1>;
   27                 };
   28 
   29                 wlan-act {
   30                         label = "wlan-act";
   31                         gpios = <&gpio0 1 1>;
   32                 };
   33 
   34                 bluetooth-act {
   35                         label = "bt-act";
   36                         gpios = <&gpio0 2 1>;
   37                 };
   38         };
   39 };
   40 
   41 &uart0 { status = "okay"; };
   42 &sata0 { status = "okay"; };
   43 &i2c0 { status = "okay"; };
   44 &mdio { status = "okay"; };
   45 &eth { status = "okay"; };
   46 
   47 /* Samsung M8G2F eMMC */
   48 &sdio0 {
   49         status = "okay";
   50         non-removable;
   51         bus-width = <4>;
   52 };
   53 
   54 /* Marvell SD8787 WLAN/BT */
   55 &sdio1 {
   56         status = "okay";
   57         non-removable;
   58         bus-width = <4>;
   59 };
   60 
   61 &spi0 {
   62         status = "okay";
   63 
   64         /* spi0.0: 4M Flash Macronix MX25L3205D */
   65         flash@0 {
   66                 compatible = "st,m25l3205d";
   67                 spi-max-frequency = <20000000>;
   68                 reg = <0>;
   69         };
   70 };

Cache object: cc78c6589623af478f34214c027aa344


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