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/ast2500-facebook-netbmc-common.dtsi

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 // Copyright (c) 2019 Facebook Inc.
    3 
    4 #include "aspeed-g5.dtsi"
    5 
    6 / {
    7         memory@80000000 {
    8                 reg = <0x80000000 0x40000000>;
    9         };
   10 };
   11 
   12 /*
   13  * Update reset type to "system" (full chip) to fix warm reboot hang issue
   14  * when reset type is set to default ("soc", gated by reset mask registers).
   15  */
   16 &wdt1 {
   17         status = "okay";
   18         aspeed,reset-type = "system";
   19 };
   20 
   21 &wdt2 {
   22         status = "disabled";
   23 };
   24 
   25 &uart1 {
   26         status = "okay";
   27         pinctrl-names = "default";
   28         pinctrl-0 = <&pinctrl_txd1_default
   29                      &pinctrl_rxd1_default>;
   30 };
   31 
   32 &uart3 {
   33         status = "okay";
   34         pinctrl-names = "default";
   35         pinctrl-0 = <&pinctrl_txd3_default
   36                      &pinctrl_rxd3_default>;
   37 };
   38 
   39 &uart5 {
   40         status = "okay";
   41 };
   42 
   43 &fmc {
   44         status = "okay";
   45 
   46         fmc_flash0: flash@0 {
   47                 status = "okay";
   48                 m25p,fast-read;
   49                 label = "spi0.0";
   50         };
   51 
   52         fmc_flash1: flash@1 {
   53                 status = "okay";
   54                 m25p,fast-read;
   55                 label = "spi0.1";
   56         };
   57 };
   58 
   59 &mac1 {
   60         status = "okay";
   61         pinctrl-names = "default";
   62         pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
   63 };
   64 
   65 &rtc {
   66         status = "okay";
   67 };
   68 
   69 &vhub {
   70         status = "okay";
   71 };
   72 
   73 &sdmmc {
   74         status = "okay";
   75 };
   76 
   77 &sdhci1 {
   78         status = "okay";
   79 
   80         pinctrl-names = "default";
   81         pinctrl-0 = <&pinctrl_sd2_default>;
   82 };

Cache object: be1ae5450e6a56aab0e68c2a5e5d9b2a


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