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-B.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-B";
   10 };
   11 
   12 &cp0_pcie0 {
   13         status = "okay";
   14         num-lanes = <1>;
   15         num-viewport = <8>;
   16         /* Generic PHY, providing serdes lanes */
   17         phys = <&cp0_comphy0 0>;
   18         iommu-map =
   19                 <0x0   &smmu 0x480 0x20>,
   20                 <0x100 &smmu 0x4a0 0x20>,
   21                 <0x200 &smmu 0x4c0 0x20>;
   22         iommu-map-mask = <0x031f>;
   23 };
   24 
   25 &cp0_sata0 {
   26         status = "okay";
   27         sata-port@0 {
   28                 status = "okay";
   29                 /* Generic PHY, providing serdes lanes */
   30                 phys = <&cp0_comphy2 0>;
   31         };
   32 };
   33 
   34 &cp0_usb3_0 {
   35         status = "okay";
   36         usb-phy = <&cp0_usb3_0_phy0>;
   37         phy-names = "usb";
   38         phys = <&cp0_comphy1 0>;
   39 };
   40 
   41 &cp0_usb3_1 {
   42         status = "okay";
   43         usb-phy = <&cp0_usb3_0_phy1>;
   44         phy-names = "usb";
   45         phys = <&cp0_comphy3 1>;
   46 };

Cache object: 7557d4488b1f1fa7a481b7e5efdcec8c


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