upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
1.3 KiB
108 lines
1.3 KiB
9 years ago
|
/*
|
||
8 years ago
|
* Device Tree Source for UniPhier Pro4 Sanji Board
|
||
9 years ago
|
*
|
||
8 years ago
|
* Copyright (C) 2016 Socionext Inc.
|
||
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
||
9 years ago
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
8 years ago
|
/include/ "uniphier-pro4.dtsi"
|
||
9 years ago
|
|
||
|
/ {
|
||
8 years ago
|
model = "UniPhier Pro4 Sanji Board";
|
||
|
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
|
||
9 years ago
|
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0x80000000 0x80000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:115200n8";
|
||
|
};
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &serial0;
|
||
|
serial1 = &serial1;
|
||
|
i2c0 = &i2c0;
|
||
|
i2c1 = &i2c1;
|
||
|
i2c2 = &i2c2;
|
||
|
i2c3 = &i2c3;
|
||
|
i2c5 = &i2c5;
|
||
|
i2c6 = &i2c6;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&serial0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&serial1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&i2c0 {
|
||
|
status = "okay";
|
||
|
|
||
8 years ago
|
eeprom@54 {
|
||
|
compatible = "st,24c64", "i2c-eeprom";
|
||
9 years ago
|
reg = <0x54>;
|
||
|
u-boot,i2c-offset-len = <2>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&i2c1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&i2c2 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&i2c3 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
9 years ago
|
&emmc {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
9 years ago
|
&usb0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb2 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb3 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
/* for U-Boot only */
|
||
|
&serial0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
8 years ago
|
&mio_clk {
|
||
9 years ago
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&emmc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
9 years ago
|
&pinctrl_uart0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
9 years ago
|
|
||
|
&pinctrl_emmc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|