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/mips/brcm/bcm97125cbmb.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 "bcm7125.dtsi"
    5 
    6 / {
    7         compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
    8         model = "Broadcom BCM97125CBMB";
    9 
   10         memory@0 {
   11                 device_type = "memory";
   12                 reg = <0x00000000 0x10000000>;
   13         };
   14 
   15         chosen {
   16                 bootargs = "console=ttyS0,115200";
   17                 stdout-path = &uart0;
   18         };
   19 };
   20 
   21 &uart0 {
   22         status = "okay";
   23 };
   24 
   25 &uart1 {
   26         status = "okay";
   27 };
   28 
   29 &uart2 {
   30         status = "okay";
   31 };
   32 
   33 &bsca {
   34         status = "okay";
   35 };
   36 
   37 &bscb {
   38         status = "okay";
   39 };
   40 
   41 &bscc {
   42         status = "okay";
   43 };
   44 
   45 &bscd {
   46         status = "okay";
   47 };
   48 
   49 &pwma {
   50         status = "okay";
   51 };
   52 
   53 &watchdog {
   54         status = "okay";
   55 };
   56 
   57 /* FIXME: USB is wonky; disable it for now */
   58 &ehci0 {
   59         status = "disabled";
   60 };
   61 
   62 &ohci0 {
   63         status = "disabled";
   64 };
   65 
   66 &mspi {
   67         status = "okay";
   68 };

Cache object: 1661dbeb7738aa391ff5b18a73ce2289


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