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/ralink/rt3050.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 / {
    3         #address-cells = <1>;
    4         #size-cells = <1>;
    5         compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc";
    6 
    7         cpus {
    8                 cpu@0 {
    9                         compatible = "mips,mips24KEc";
   10                 };
   11         };
   12 
   13         cpuintc: cpuintc {
   14                 #address-cells = <0>;
   15                 #interrupt-cells = <1>;
   16                 interrupt-controller;
   17                 compatible = "mti,cpu-interrupt-controller";
   18         };
   19 
   20         palmbus@10000000 {
   21                 compatible = "palmbus";
   22                 reg = <0x10000000 0x200000>;
   23                 ranges = <0x0 0x10000000 0x1FFFFF>;
   24 
   25                 #address-cells = <1>;
   26                 #size-cells = <1>;
   27 
   28                 sysc@0 {
   29                         compatible = "ralink,rt3052-sysc", "ralink,rt3050-sysc";
   30                         reg = <0x0 0x100>;
   31                 };
   32 
   33                 intc: intc@200 {
   34                         compatible = "ralink,rt3052-intc", "ralink,rt2880-intc";
   35                         reg = <0x200 0x100>;
   36 
   37                         interrupt-controller;
   38                         #interrupt-cells = <1>;
   39 
   40                         interrupt-parent = <&cpuintc>;
   41                         interrupts = <2>;
   42                 };
   43 
   44                 memc@300 {
   45                         compatible = "ralink,rt3052-memc", "ralink,rt3050-memc";
   46                         reg = <0x300 0x100>;
   47                 };
   48 
   49                 uartlite@c00 {
   50                         compatible = "ralink,rt3052-uart", "ralink,rt2880-uart", "ns16550a";
   51                         reg = <0xc00 0x100>;
   52 
   53                         interrupt-parent = <&intc>;
   54                         interrupts = <12>;
   55 
   56                         reg-shift = <2>;
   57                 };
   58         };
   59 
   60         usb@101c0000 {
   61                 compatible = "ralink,rt3050-usb", "snps,dwc2";
   62                 reg = <0x101c0000 40000>;
   63 
   64                 interrupt-parent = <&intc>;
   65                 interrupts = <18>;
   66 
   67                 status = "disabled";
   68         };
   69 };

Cache object: 768da50b7ab226f06766c48f3439ec36


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