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/arm/hip01-ca9x2.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-only
    2 /*
    3  * HiSilicon Ltd. HiP01 SoC
    4  *
    5  * Copyright (C) 2014 HiSilicon Ltd.
    6  * Copyright (C) 2014 Huawei Ltd.
    7  *
    8  * Author: Wang Long <long.wanglong@huawei.com>
    9  */
   10 
   11 /dts-v1/;
   12 
   13 /* First 8KB reserved for secondary core boot */
   14 /memreserve/ 0x80000000 0x00002000;
   15 
   16 #include "hip01.dtsi"
   17 
   18 / {
   19         model = "Hisilicon HIP01 Development Board";
   20         compatible = "hisilicon,hip01-ca9x2", "hisilicon,hip01";
   21 
   22         cpus {
   23                 #address-cells = <1>;
   24                 #size-cells = <0>;
   25                 enable-method = "hisilicon,hip01-smp";
   26 
   27                 cpu@0 {
   28                         device_type = "cpu";
   29                         compatible = "arm,cortex-a9";
   30                         reg = <0>;
   31                 };
   32 
   33                 cpu@1 {
   34                         device_type = "cpu";
   35                         compatible = "arm,cortex-a9";
   36                         reg = <1>;
   37                 };
   38         };
   39 
   40         memory@80000000 {
   41                 device_type = "memory";
   42                 reg = <0x80000000 0x80000000>;
   43         };
   44 };
   45 
   46 &uart0 {
   47         status = "okay";
   48 };

Cache object: ddd03dd0398bcfff4e1064380caffcac


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