Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Xilinx CC108 board DTS
0004  *
0005  * (C) Copyright 2007-2018 Xilinx, Inc.
0006  * (C) Copyright 2007-2013 Michal Simek
0007  * (C) Copyright 2007-2012 PetaLogix Qld Pty Ltd
0008  *
0009  * Michal SIMEK <monstr@monstr.eu>
0010  */
0011 /dts-v1/;
0012 /include/ "zynq-7000.dtsi"
0013 
0014 / {
0015         model = "Xilinx CC108 board";
0016         compatible = "xlnx,zynq-cc108", "xlnx,zynq-7000";
0017 
0018         aliases {
0019                 ethernet0 = &gem0;
0020                 serial0 = &uart0;
0021         };
0022 
0023         chosen {
0024                 bootargs = "";
0025                 stdout-path = "serial0:115200n8";
0026         };
0027 
0028         memory@0 {
0029                 device_type = "memory";
0030                 reg = <0x0 0x20000000>;
0031         };
0032 
0033         usb_phy0: phy0 {
0034                 compatible = "usb-nop-xceiv";
0035                 #phy-cells = <0>;
0036         };
0037 
0038         usb_phy1: phy1 {
0039                 compatible = "usb-nop-xceiv";
0040                 #phy-cells = <0>;
0041         };
0042 };
0043 
0044 &gem0 {
0045         status = "okay";
0046         phy-mode = "rgmii-id";
0047         phy-handle = <&ethernet_phy>;
0048 
0049         ethernet_phy: ethernet-phy@1 {
0050                 reg = <1>;
0051                 device_type = "ethernet-phy";
0052         };
0053 };
0054 
0055 &sdhci1 {
0056         status = "okay";
0057         broken-cd ;
0058         wp-inverted ;
0059 };
0060 
0061 &uart0 {
0062         status = "okay";
0063 };
0064 
0065 &usb0 {
0066         status = "okay";
0067         dr_mode = "host";
0068         usb-phy = <&usb_phy0>;
0069 };
0070 
0071 &usb1 {
0072         status = "okay";
0073         dr_mode = "host";
0074         usb-phy = <&usb_phy1>;
0075 };