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/armada-xp-crs326-24g-2s-bit.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+ OR MIT)
    2 /*
    3  * Device Tree file for MikroTik CRS326-24G-2S+ Bit board
    4  *
    5  * Copyright (C) 2020 Sartura Ltd.
    6  * Author: Luka Kovacic <luka.kovacic@sartura.hr>
    7  */
    8 
    9 #include "armada-xp-crs326-24g-2s.dtsi"
   10 
   11 / {
   12         model = "MikroTik CRS326-24G-2S+ Bit";
   13 };
   14 
   15 &spi0 {
   16         status = "okay";
   17 
   18         flash@0 {
   19                 #address-cells = <1>;
   20                 #size-cells = <1>;
   21                 compatible = "jedec,spi-nor";
   22                 reg = <0>; /* Chip select 0 */
   23                 spi-max-frequency = <108000000>;
   24                 m25p,fast-read;
   25 
   26                 partition@u-boot {
   27                         reg = <0x00000000 0x001f0000>;
   28                         label = "u-boot";
   29                 };
   30                 partition@u-boot-env {
   31                         reg = <0x001f0000 0x00010000>;
   32                         label = "u-boot-env";
   33                 };
   34                 partition@ubi1 {
   35                         reg = <0x00200000 0x03f00000>;
   36                         label = "ubi1";
   37                 };
   38                 partition@ubi2 {
   39                         reg = <0x04100000 0x03f00000>;
   40                         label = "ubi2";
   41                 };
   42         };
   43 };

Cache object: 08795282c5ad993131083f0be7abf914


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