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/powerpc/sbc8548-pre.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-or-later
    2 /*
    3  * SBC8548 Device Tree Source
    4  *
    5  * Copyright 2007 Wind River Systems Inc.
    6  *
    7  * Paul Gortmaker (see MAINTAINERS for contact information)
    8  */
    9 
   10 /{
   11         model = "SBC8548";
   12         compatible = "SBC8548";
   13         #address-cells = <1>;
   14         #size-cells = <1>;
   15 
   16         aliases {
   17                 ethernet0 = &enet0;
   18                 ethernet1 = &enet1;
   19                 serial0 = &serial0;
   20                 serial1 = &serial1;
   21                 pci0 = &pci0;
   22                 pci1 = &pci1;
   23         };
   24 
   25         cpus {
   26                 #address-cells = <1>;
   27                 #size-cells = <0>;
   28 
   29                 PowerPC,8548@0 {
   30                         device_type = "cpu";
   31                         reg = <0>;
   32                         d-cache-line-size = <0x20>;     // 32 bytes
   33                         i-cache-line-size = <0x20>;     // 32 bytes
   34                         d-cache-size = <0x8000>;        // L1, 32K
   35                         i-cache-size = <0x8000>;        // L1, 32K
   36                         timebase-frequency = <0>;       // From uboot
   37                         bus-frequency = <0>;
   38                         clock-frequency = <0>;
   39                         next-level-cache = <&L2>;
   40                 };
   41         };
   42 
   43         memory {
   44                 device_type = "memory";
   45                 reg = <0x00000000 0x10000000>;
   46         };
   47 
   48 };

Cache object: 33c987d09b58f6a1f8860b1d50829851


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