Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * sama5d34ek.dts - Device Tree file for SAMA5D34-EK board
0004  *
0005  *  Copyright (C) 2013 Atmel,
0006  *                2013 Ludovic Desroches <ludovic.desroches@atmel.com>
0007  */
0008 /dts-v1/;
0009 #include "sama5d34.dtsi"
0010 #include "sama5d3xmb.dtsi"
0011 #include "sama5d3xmb_gmac.dtsi"
0012 #include "sama5d3xdm.dtsi"
0013 
0014 / {
0015         model = "Atmel SAMA5D34-EK";
0016         compatible = "atmel,sama5d34ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d34", "atmel,sama5d3", "atmel,sama5";
0017 
0018         ahb {
0019                 apb {
0020                         spi0: spi@f0004000 {
0021                                 status = "okay";
0022                         };
0023 
0024                         ssc0: ssc@f0008000 {
0025                                 status = "okay";
0026                         };
0027 
0028                         can0: can@f000c000 {
0029                                 status = "okay";
0030                         };
0031 
0032                         i2c0: i2c@f0014000 {
0033                                 status = "okay";
0034                         };
0035 
0036                         i2c1: i2c@f0018000 {
0037                                 status = "okay";
0038 
0039                                 24c256@50 {
0040                                         compatible = "atmel,24c256";
0041                                         reg = <0x50>;
0042                                         pagesize = <64>;
0043                                 };
0044                         };
0045 
0046                         macb0: ethernet@f0028000 {
0047                                 status = "okay";
0048                         };
0049                 };
0050         };
0051 
0052         leds {
0053                 d3 {
0054                         label = "d3";
0055                         gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
0056                 };
0057         };
0058 
0059         sound {
0060                 status = "okay";
0061         };
0062 };