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/arm64/ti/k3-am642.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  * Device Tree Source for AM642 SoC family in Dual core configuration
    4  *
    5  * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
    6  */
    7 
    8 /dts-v1/;
    9 
   10 #include "k3-am64.dtsi"
   11 
   12 / {
   13         cpus {
   14                 #address-cells = <1>;
   15                 #size-cells = <0>;
   16 
   17                 cpu-map {
   18                         cluster0: cluster0 {
   19                                 core0 {
   20                                         cpu = <&cpu0>;
   21                                 };
   22 
   23                                 core1 {
   24                                         cpu = <&cpu1>;
   25                                 };
   26                         };
   27                 };
   28 
   29                 cpu0: cpu@0 {
   30                         compatible = "arm,cortex-a53";
   31                         reg = <0x000>;
   32                         device_type = "cpu";
   33                         enable-method = "psci";
   34                         i-cache-size = <0x8000>;
   35                         i-cache-line-size = <64>;
   36                         i-cache-sets = <256>;
   37                         d-cache-size = <0x8000>;
   38                         d-cache-line-size = <64>;
   39                         d-cache-sets = <128>;
   40                         next-level-cache = <&L2_0>;
   41                 };
   42 
   43                 cpu1: cpu@1 {
   44                         compatible = "arm,cortex-a53";
   45                         reg = <0x001>;
   46                         device_type = "cpu";
   47                         enable-method = "psci";
   48                         i-cache-size = <0x8000>;
   49                         i-cache-line-size = <64>;
   50                         i-cache-sets = <256>;
   51                         d-cache-size = <0x8000>;
   52                         d-cache-line-size = <64>;
   53                         d-cache-sets = <128>;
   54                         next-level-cache = <&L2_0>;
   55                 };
   56         };
   57 
   58         L2_0: l2-cache0 {
   59                 compatible = "cache";
   60                 cache-level = <2>;
   61                 cache-size = <0x40000>;
   62                 cache-line-size = <64>;
   63                 cache-sets = <256>;
   64         };
   65 };

Cache object: 179c2e995bab0d233c22f173694b4cd6


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