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/marvell/cn9130-crb-A.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+
    2 /*
    3  * Copyright (C) 2020 Marvell International Ltd.
    4  */
    5 
    6 #include "cn9130-crb.dtsi"
    7 
    8 / {
    9         model = "Marvell Armada CN9130-CRB-A";
   10 };
   11 
   12 &cp0_pcie0 {
   13         status = "okay";
   14         num-lanes = <4>;
   15         num-viewport = <8>;
   16         /* Generic PHY, providing serdes lanes */
   17         phys = <&cp0_comphy0 0
   18                 &cp0_comphy1 0
   19                 &cp0_comphy2 0
   20                 &cp0_comphy3 0>;
   21         iommu-map =
   22                 <0x0   &smmu 0x480 0x20>,
   23                 <0x100 &smmu 0x4a0 0x20>,
   24                 <0x200 &smmu 0x4c0 0x20>;
   25         iommu-map-mask = <0x031f>;
   26 };
   27 
   28 &cp0_usb3_0 {
   29         status = "okay";
   30         usb-phy = <&cp0_usb3_0_phy0>;
   31         phy-names = "usb";
   32 };
   33 
   34 &cp0_usb3_1 {
   35         status = "okay";
   36         usb-phy = <&cp0_usb3_0_phy1>;
   37         phy-names = "usb";
   38 };

Cache object: 61a8c3f4a871061ffdb3aed025751a63


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