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/kirkwood-dns320.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 "kirkwood-dnskw.dtsi"
    5 
    6 / {
    7         model = "D-Link DNS-320 NAS (Rev A1)";
    8         compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
    9 
   10         memory {
   11                 device_type = "memory";
   12                 reg = <0x00000000 0x8000000>;
   13         };
   14 
   15         chosen {
   16                 bootargs = "console=ttyS0,115200n8 earlyprintk";
   17                 stdout-path = &uart0;
   18         };
   19 
   20         gpio-leds {
   21                 compatible = "gpio-leds";
   22                 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_320
   23                              &pmx_led_red_left_hdd &pmx_led_red_right_hdd
   24                              &pmx_led_white_usb>;
   25                 pinctrl-names = "default";
   26 
   27                 blue-power {
   28                         label = "dns320:blue:power";
   29                         gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
   30                         default-state = "keep";
   31                 };
   32                 blue-usb {
   33                         label = "dns320:blue:usb";
   34                         gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
   35                 };
   36                 orange-l_hdd {
   37                         label = "dns320:orange:l_hdd";
   38                         gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
   39                 };
   40                 orange-r_hdd {
   41                         label = "dns320:orange:r_hdd";
   42                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
   43                 };
   44                 orange-usb {
   45                         label = "dns320:orange:usb";
   46                         gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
   47                 };
   48         };
   49 
   50         ocp@f1000000 {
   51                 serial@12000 {
   52                         status = "okay";
   53                 };
   54 
   55                 serial@12100 {
   56                         status = "okay";
   57                 };
   58         };
   59 };

Cache object: 4c637daeb26c08fa3aba509ce536d693


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