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-98dx4251.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 MIT)
    2 /*
    3  * Device Tree Include file for Marvell 98dx4521 family SoC
    4  *
    5  * Copyright (C) 2016 Allied Telesis Labs
    6  *
    7  * Contains definitions specific to the 98dx4521 SoC that are not
    8  * common to all Armada XP SoCs.
    9  */
   10 
   11 #include "armada-xp-98dx3236.dtsi"
   12 
   13 / {
   14         model = "Marvell 98DX4251 SoC";
   15         compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
   16 
   17         cpus {
   18                 cpu@1 {
   19                         device_type = "cpu";
   20                         compatible = "marvell,sheeva-v7";
   21                         reg = <1>;
   22                         clocks = <&cpuclk 1>;
   23                         clock-latency = <1000000>;
   24                 };
   25         };
   26 
   27         soc {
   28                 internal-regs {
   29                         resume@20980 {
   30                                 compatible = "marvell,98dx3336-resume-ctrl";
   31                                 reg = <0x20980 0x10>;
   32                         };
   33                 };
   34         };
   35 };
   36 
   37 &sdio {
   38         status = "okay";
   39 };
   40 
   41 &pinctrl {
   42         compatible = "marvell,98dx4251-pinctrl";
   43 
   44         sdio_pins: sdio-pins {
   45                 marvell,pins = "mpp5", "mpp6", "mpp7",
   46                                "mpp8", "mpp9", "mpp10";
   47                 marvell,function = "sd0";
   48         };
   49 };
   50 
   51 &pp0 {
   52         compatible = "marvell,prestera-98dx4251", "marvell,prestera";
   53         interrupts = <33>, <34>, <35>, <36>;
   54 };

Cache object: 8f017ddebe1c92029300f31f6d044f24


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