Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+ OR MIT
0002 //
0003 // Device Tree Source for UniPhier Pro4 Ace Board
0004 //
0005 // Copyright (C) 2016 Socionext Inc.
0006 //   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
0007 
0008 /dts-v1/;
0009 #include "uniphier-pro4.dtsi"
0010 
0011 / {
0012         model = "UniPhier Pro4 Ace Board";
0013         compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
0014 
0015         chosen {
0016                 stdout-path = "serial0:115200n8";
0017         };
0018 
0019         aliases {
0020                 serial0 = &serial0;
0021                 serial1 = &serial1;
0022                 serial2 = &serial2;
0023                 i2c0 = &i2c0;
0024                 i2c1 = &i2c1;
0025                 i2c2 = &i2c2;
0026                 i2c3 = &i2c3;
0027                 i2c5 = &i2c5;
0028                 i2c6 = &i2c6;
0029                 ethernet0 = &eth;
0030         };
0031 
0032         memory@80000000 {
0033                 device_type = "memory";
0034                 reg = <0x80000000 0x40000000>;
0035         };
0036 };
0037 
0038 &serial0 {
0039         status = "okay";
0040 };
0041 
0042 &serial1 {
0043         status = "okay";
0044 };
0045 
0046 &serial2 {
0047         status = "okay";
0048 };
0049 
0050 &i2c0 {
0051         status = "okay";
0052 
0053         eeprom@54 {
0054                 compatible = "st,24c64", "atmel,24c64";
0055                 reg = <0x54>;
0056                 pagesize = <32>;
0057         };
0058 };
0059 
0060 &i2c1 {
0061         status = "okay";
0062 };
0063 
0064 &i2c2 {
0065         status = "okay";
0066 };
0067 
0068 &i2c3 {
0069         status = "okay";
0070 };
0071 
0072 &sd {
0073         status = "okay";
0074 };
0075 
0076 &usb2 {
0077         status = "okay";
0078 };
0079 
0080 &usb3 {
0081         status = "okay";
0082 };
0083 
0084 &eth {
0085         status = "okay";
0086         phy-handle = <&ethphy>;
0087 };
0088 
0089 &mdio {
0090         ethphy: ethernet-phy@1 {
0091                 reg = <1>;
0092         };
0093 };
0094 
0095 &usb0 {
0096         status = "okay";
0097 };
0098 
0099 &usb1 {
0100         status = "okay";
0101 };