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/loongson/rs780e-pch.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 / {
    4         bus@10000000 {
    5                 compatible = "simple-bus";
    6                 #address-cells = <2>;
    7                 #size-cells = <2>;
    8                 ranges = <0 0x10000000 0 0x10000000 0 0x10000000
    9                                 0 0x40000000 0 0x40000000 0 0x40000000
   10                                 0xfd 0xfe000000 0xfd 0xfe000000  0 0x2000000 /* PCI Config Space */>;
   11 
   12                 pci@1a000000 {
   13                         compatible = "loongson,rs780e-pci";
   14                         device_type = "pci";
   15                         #address-cells = <3>;
   16                         #size-cells = <2>;
   17 
   18                         reg = <0 0x1a000000 0 0x02000000>;
   19 
   20                         ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x0000c000>,
   21                                  <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
   22                 };
   23 
   24                 isa@18000000 {
   25                         compatible = "isa";
   26                         #address-cells = <2>;
   27                         #size-cells = <1>;
   28                         ranges = <1 0 0 0x18000000 0x4000>;
   29 
   30                         rtc0: rtc@70 {
   31                                 compatible = "motorola,mc146818";
   32                                 reg = <1 0x70 0x8>;
   33                                 interrupts = <8>;
   34                                 interrupt-parent = <&htpic>;
   35                         };
   36 
   37                         acpi@800 {
   38                                 compatible = "loongson,rs780e-acpi";
   39                                 reg = <1 0x800 0x100>;
   40                         };
   41                 };
   42         };
   43 };

Cache object: 718dba2babd33cebd7182c2e94f9b11f


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