2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2014-12-30 20:05:53 +00:00
|
|
|
/*
|
2018-11-02 10:54:52 +00:00
|
|
|
* Copyright (C) 2012 Altera Corporation <www.altera.com>
|
2014-12-30 20:05:53 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "socfpga_cyclone5.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Altera SOCFPGA Cyclone V SoC Development Kit";
|
2018-11-02 10:54:52 +00:00
|
|
|
compatible = "altr,socfpga-cyclone5-socdk", "altr,socfpga-cyclone5", "altr,socfpga";
|
2014-12-30 20:05:53 +00:00
|
|
|
|
|
|
|
chosen {
|
2018-11-02 10:54:52 +00:00
|
|
|
bootargs = "earlyprintk";
|
2018-08-13 19:34:33 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2014-12-30 20:05:53 +00:00
|
|
|
};
|
|
|
|
|
2018-11-02 10:54:52 +00:00
|
|
|
memory@0 {
|
2014-12-30 20:05:53 +00:00
|
|
|
name = "memory";
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x40000000>; /* 1GB */
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2018-11-02 10:54:52 +00:00
|
|
|
/* this allow the ethaddr uboot environmnet variable contents
|
2014-12-30 20:05:53 +00:00
|
|
|
* to be added to the gmac1 device tree blob.
|
|
|
|
*/
|
|
|
|
ethernet0 = &gmac1;
|
2018-11-02 10:54:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
hps0 {
|
|
|
|
label = "hps_led0";
|
|
|
|
gpios = <&portb 15 1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
hps1 {
|
|
|
|
label = "hps_led1";
|
|
|
|
gpios = <&portb 14 1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
hps2 {
|
|
|
|
label = "hps_led2";
|
|
|
|
gpios = <&portb 13 1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
hps3 {
|
|
|
|
label = "hps_led3";
|
|
|
|
gpios = <&portb 12 1>;
|
|
|
|
};
|
2014-12-30 20:05:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
regulator_3_3v: 3-3-v-regulator {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
regulator-name = "3.3V";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
};
|
2018-11-02 10:54:52 +00:00
|
|
|
};
|
2015-12-22 03:15:21 +00:00
|
|
|
|
2018-11-02 10:54:52 +00:00
|
|
|
&can0 {
|
|
|
|
status = "okay";
|
2014-12-30 20:05:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gmac1 {
|
|
|
|
status = "okay";
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
|
|
|
|
rxd0-skew-ps = <0>;
|
|
|
|
rxd1-skew-ps = <0>;
|
|
|
|
rxd2-skew-ps = <0>;
|
|
|
|
rxd3-skew-ps = <0>;
|
|
|
|
txen-skew-ps = <0>;
|
2019-03-04 17:40:33 +00:00
|
|
|
txc-skew-ps = <1560>;
|
2014-12-30 20:05:53 +00:00
|
|
|
rxdv-skew-ps = <0>;
|
2019-03-04 17:40:33 +00:00
|
|
|
rxc-skew-ps = <1200>;
|
2014-12-30 20:05:53 +00:00
|
|
|
};
|
|
|
|
|
2017-03-28 05:56:04 +00:00
|
|
|
&gpio0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-12-30 20:05:53 +00:00
|
|
|
&gpio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-03-28 05:56:04 +00:00
|
|
|
&gpio2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-12-30 20:05:53 +00:00
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
2018-11-02 10:54:52 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* adjust the falling times to decrease the i2c frequency to 50Khz
|
|
|
|
* because the LCD module does not work at the standard 100Khz
|
|
|
|
*/
|
|
|
|
i2c-sda-falling-time-ns = <5000>;
|
|
|
|
i2c-scl-falling-time-ns = <5000>;
|
2014-12-30 20:05:53 +00:00
|
|
|
|
|
|
|
eeprom@51 {
|
|
|
|
compatible = "atmel,24c32";
|
|
|
|
reg = <0x51>;
|
|
|
|
pagesize = <32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
rtc@68 {
|
|
|
|
compatible = "dallas,ds1339";
|
|
|
|
reg = <0x68>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&mmc0 {
|
|
|
|
cd-gpios = <&portb 18 0>;
|
|
|
|
vmmc-supply = <®ulator_3_3v>;
|
|
|
|
vqmmc-supply = <®ulator_3_3v>;
|
2018-11-02 10:54:52 +00:00
|
|
|
status = "okay";
|
2014-12-30 20:05:53 +00:00
|
|
|
};
|
|
|
|
|
2015-04-23 07:14:01 +00:00
|
|
|
&qspi {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
flash0: n25q00@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2018-11-02 10:54:52 +00:00
|
|
|
compatible = "n25q00";
|
|
|
|
reg = <0>; /* chip select */
|
2015-10-17 13:32:56 +00:00
|
|
|
spi-max-frequency = <100000000>;
|
2018-11-02 10:54:52 +00:00
|
|
|
|
2015-04-23 07:14:01 +00:00
|
|
|
m25p,fast-read;
|
2018-11-02 10:54:52 +00:00
|
|
|
cdns,page-size = <256>;
|
|
|
|
cdns,block-size = <16>;
|
|
|
|
cdns,read-delay = <4>;
|
2018-01-23 23:13:10 +00:00
|
|
|
cdns,tshsl-ns = <50>;
|
|
|
|
cdns,tsd2d-ns = <50>;
|
|
|
|
cdns,tchsh-ns = <4>;
|
|
|
|
cdns,tslch-ns = <4>;
|
2018-11-02 10:54:52 +00:00
|
|
|
|
|
|
|
partition@qspi-boot {
|
|
|
|
/* 8MB for raw data. */
|
|
|
|
label = "Flash 0 Raw Data";
|
|
|
|
reg = <0x0 0x800000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@qspi-rootfs {
|
|
|
|
/* 120MB for jffs2 data. */
|
|
|
|
label = "Flash 0 jffs2 Filesystem";
|
|
|
|
reg = <0x800000 0x7800000>;
|
|
|
|
};
|
2015-04-23 07:14:01 +00:00
|
|
|
};
|
|
|
|
};
|
2015-12-05 18:24:22 +00:00
|
|
|
|
2018-11-02 10:54:52 +00:00
|
|
|
&spi0 {
|
2015-12-05 18:24:22 +00:00
|
|
|
status = "okay";
|
2018-11-02 10:54:52 +00:00
|
|
|
|
|
|
|
spidev@0 {
|
|
|
|
compatible = "rohm,dh2228fv";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <1000000>;
|
|
|
|
};
|
2015-12-05 18:24:22 +00:00
|
|
|
};
|
2018-08-13 19:34:33 +00:00
|
|
|
|
2018-11-02 10:54:52 +00:00
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
2018-08-13 19:34:33 +00:00
|
|
|
};
|