2018-05-31 17:41:28 +00:00
|
|
|
/*
|
|
|
|
* cloudengines-pogoplug-series-3.dtsi - Device tree file for Cloud Engines PogoPlug Series 3
|
|
|
|
*
|
|
|
|
* Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
*
|
|
|
|
* Licensed under GPLv2 or later
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "ox820.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Cloud Engines PogoPlug Pro";
|
|
|
|
|
|
|
|
compatible = "cloudengines,pogoplugpro", "oxsemi,ox820";
|
|
|
|
|
|
|
|
chosen {
|
2018-11-04 17:26:28 +00:00
|
|
|
bootargs = "earlyprintk console=ttyS0,115200";
|
2018-05-31 17:41:28 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
/* 128Mbytes DDR */
|
|
|
|
reg = <0x60000000 0x8000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &uart0;
|
|
|
|
gpio0 = &gpio0;
|
|
|
|
gpio1 = &gpio1;
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
blue {
|
|
|
|
label = "pogoplug:blue";
|
|
|
|
gpios = <&gpio0 2 0>;
|
|
|
|
default-state = "keep";
|
|
|
|
};
|
|
|
|
|
|
|
|
orange {
|
|
|
|
label = "pogoplug:orange";
|
|
|
|
gpios = <&gpio1 16 1>;
|
|
|
|
default-state = "keep";
|
|
|
|
};
|
|
|
|
|
|
|
|
green {
|
|
|
|
label = "pogoplug:green";
|
|
|
|
gpios = <&gpio1 17 1>;
|
|
|
|
default-state = "keep";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&nandc {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_nand>;
|
|
|
|
|
|
|
|
nand@0 {
|
|
|
|
reg = <0>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
nand-ecc-mode = "soft";
|
|
|
|
nand-ecc-algo = "hamming";
|
|
|
|
|
|
|
|
partition@0 {
|
2019-02-25 11:02:15 +00:00
|
|
|
label = "stage1";
|
|
|
|
reg = <0x00000000 0x00040000>;
|
2018-05-31 17:41:28 +00:00
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2019-02-25 11:02:15 +00:00
|
|
|
partition@40000 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x00040000 0x00380000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@3c0000 {
|
|
|
|
label = "uboot_env";
|
|
|
|
reg = <0x003c0000 0x00080000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@440000 {
|
|
|
|
label = "kernel";
|
|
|
|
reg = <0x00440000 0x009c0000>;
|
|
|
|
};
|
|
|
|
|
2018-05-31 17:41:28 +00:00
|
|
|
partition@e00000 {
|
|
|
|
label = "ubi";
|
|
|
|
reg = <0x00e00000 0x07200000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ða {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_etha_mdio>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|