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/lpc4350.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 /*
    2  * NXP LPC4350 and LPC4330 SoC
    3  *
    4  * Copyright 2015 Ariel D'Alessandro <ariel.dalessandro@gmail.com>
    5  *
    6  * This code is released using a dual license strategy: BSD/GPL
    7  * You can choose the licence that better fits your requirements.
    8  *
    9  * Released under the terms of 3-clause BSD License
   10  * Released under the terms of GNU General Public License Version 2.0
   11  *
   12  */
   13 
   14 / {
   15         compatible = "nxp,lpc4350", "nxp,lpc4330";
   16 
   17         cpus {
   18                 cpu@0 {
   19                         compatible = "arm,cortex-m4";
   20                 };
   21         };
   22 
   23         soc {
   24                 sram0: sram@10000000 {
   25                         compatible = "mmio-sram";
   26                         reg = <0x10000000 0x20000>; /* 96 + 32 KiB local SRAM */
   27                 };
   28 
   29                 sram1: sram@10080000 {
   30                         compatible = "mmio-sram";
   31                         reg = <0x10080000 0x12000>; /* 64 + 8 KiB local SRAM */
   32                 };
   33 
   34                 sram2: sram@20000000 {
   35                         compatible = "mmio-sram";
   36                         reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
   37                 };
   38         };
   39 };

Cache object: e1482d7d8ce19f4ede62af787efd7c8f


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