2018-03-27 08:36:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2016-04-07 13:58:23 +00:00
|
|
|
/*
|
2017-11-02 09:21:08 +00:00
|
|
|
* dts file for Xilinx ZynqMP ZCU102 RevA
|
2016-04-07 13:58:23 +00:00
|
|
|
*
|
2018-03-27 08:36:39 +00:00
|
|
|
* (C) Copyright 2015 - 2018, Xilinx, Inc.
|
2016-04-07 13:58:23 +00:00
|
|
|
*
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "zynqmp.dtsi"
|
2017-12-08 13:50:42 +00:00
|
|
|
#include "zynqmp-clk-ccf.dtsi"
|
2018-03-27 10:13:13 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
2016-05-25 18:09:35 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2017-12-01 14:50:31 +00:00
|
|
|
#include <dt-bindings/phy/phy.h>
|
2016-04-07 13:58:23 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ZynqMP ZCU102 RevA";
|
2017-07-20 10:38:27 +00:00
|
|
|
compatible = "xlnx,zynqmp-zcu102-revA", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
|
2016-04-07 13:58:23 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
ethernet0 = &gem3;
|
|
|
|
gpio0 = &gpio;
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
mmc0 = &sdhci1;
|
|
|
|
rtc0 = &rtc;
|
|
|
|
serial0 = &uart0;
|
|
|
|
serial1 = &uart1;
|
2016-09-09 06:46:39 +00:00
|
|
|
serial2 = &dcc;
|
2016-04-07 13:58:23 +00:00
|
|
|
spi0 = &qspi;
|
|
|
|
usb0 = &usb0;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "earlycon";
|
|
|
|
stdout-path = "serial0:115200n8";
|
2019-01-18 08:10:39 +00:00
|
|
|
xlnx,eeprom = &eeprom;
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
ARM64: zynqmp: Remove DTC 1.4.2 warnings
DTC 1.4.2 reports these warnings:
Warning (unit_address_vs_reg): Node /amba_apu has a reg or ranges
property, but no unit name
Warning (unit_address_vs_reg): Node /amba has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /amba/usb@fe200000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node /amba/usb@fe300000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video2channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-graphicschannel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name
This patch is fixing them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2016-11-11 12:21:04 +00:00
|
|
|
memory@0 {
|
2016-04-07 13:58:23 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
|
|
|
|
};
|
2016-04-20 11:12:25 +00:00
|
|
|
|
2016-05-25 18:09:35 +00:00
|
|
|
gpio-keys {
|
|
|
|
compatible = "gpio-keys";
|
|
|
|
autorepeat;
|
|
|
|
sw19 {
|
|
|
|
label = "sw19";
|
|
|
|
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
2018-03-27 10:13:13 +00:00
|
|
|
linux,code = <KEY_DOWN>;
|
2016-05-25 18:09:35 +00:00
|
|
|
gpio-key,wakeup;
|
|
|
|
autorepeat;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-04-20 11:12:25 +00:00
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
heartbeat_led {
|
|
|
|
label = "heartbeat";
|
2017-01-25 15:00:57 +00:00
|
|
|
gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
|
2016-04-20 11:12:25 +00:00
|
|
|
linux,default-trigger = "heartbeat";
|
|
|
|
};
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
|
|
|
|
ina226-u76 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u76 0>, <&u76 1>, <&u76 2>, <&u76 3>;
|
|
|
|
};
|
|
|
|
ina226-u77 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u77 0>, <&u77 1>, <&u77 2>, <&u77 3>;
|
|
|
|
};
|
|
|
|
ina226-u78 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u78 0>, <&u78 1>, <&u78 2>, <&u78 3>;
|
|
|
|
};
|
|
|
|
ina226-u87 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u87 0>, <&u87 1>, <&u87 2>, <&u87 3>;
|
|
|
|
};
|
|
|
|
ina226-u85 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u85 0>, <&u85 1>, <&u85 2>, <&u85 3>;
|
|
|
|
};
|
|
|
|
ina226-u86 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u86 0>, <&u86 1>, <&u86 2>, <&u86 3>;
|
|
|
|
};
|
|
|
|
ina226-u93 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u93 0>, <&u93 1>, <&u93 2>, <&u93 3>;
|
|
|
|
};
|
|
|
|
ina226-u88 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u88 0>, <&u88 1>, <&u88 2>, <&u88 3>;
|
|
|
|
};
|
|
|
|
ina226-u15 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u15 0>, <&u15 1>, <&u15 2>, <&u15 3>;
|
|
|
|
};
|
|
|
|
ina226-u92 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u92 0>, <&u92 1>, <&u92 2>, <&u92 3>;
|
|
|
|
};
|
|
|
|
ina226-u79 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u79 0>, <&u79 1>, <&u79 2>, <&u79 3>;
|
|
|
|
};
|
|
|
|
ina226-u81 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u81 0>, <&u81 1>, <&u81 2>, <&u81 3>;
|
|
|
|
};
|
|
|
|
ina226-u80 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u80 0>, <&u80 1>, <&u80 2>, <&u80 3>;
|
|
|
|
};
|
|
|
|
ina226-u84 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u84 0>, <&u84 1>, <&u84 2>, <&u84 3>;
|
|
|
|
};
|
|
|
|
ina226-u16 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u16 0>, <&u16 1>, <&u16 2>, <&u16 3>;
|
|
|
|
};
|
|
|
|
ina226-u65 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u65 0>, <&u65 1>, <&u65 2>, <&u65 3>;
|
|
|
|
};
|
|
|
|
ina226-u74 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u74 0>, <&u74 1>, <&u74 2>, <&u74 3>;
|
|
|
|
};
|
|
|
|
ina226-u75 {
|
|
|
|
compatible = "iio-hwmon";
|
|
|
|
io-channels = <&u75 0>, <&u75 1>, <&u75 2>, <&u75 3>;
|
|
|
|
};
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&can1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-09-09 06:46:39 +00:00
|
|
|
&dcc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-04-07 13:58:23 +00:00
|
|
|
&fpd_dma_chan1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan4 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan6 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan7 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan8 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gem3 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
phy-mode = "rgmii-id";
|
2019-08-08 10:44:22 +00:00
|
|
|
phy0: ethernet-phy@21 {
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <21>;
|
|
|
|
ti,rx-internal-delay = <0x8>;
|
|
|
|
ti,tx-internal-delay = <0xa>;
|
|
|
|
ti,fifo-depth = <0x1>;
|
2019-02-13 11:32:21 +00:00
|
|
|
ti,dp83867-rxctrl-strap-quirk;
|
2019-03-13 14:11:19 +00:00
|
|
|
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpu {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
|
|
|
|
tca6416_u97: gpio@20 {
|
|
|
|
compatible = "ti,tca6416";
|
|
|
|
reg = <0x20>;
|
2019-03-12 09:15:27 +00:00
|
|
|
gpio-controller; /* IRQ not connected */
|
2016-04-07 13:58:23 +00:00
|
|
|
#gpio-cells = <2>;
|
2019-03-12 09:15:27 +00:00
|
|
|
gpio-line-names = "PS_GTR_LAN_SEL0", "PS_GTR_LAN_SEL1", "PS_GTR_LAN_SEL2", "PS_GTR_LAN_SEL3",
|
|
|
|
"PCI_CLK_DIR_SEL", "IIC_MUX_RESET_B", "GEM3_EXP_RESET_B",
|
|
|
|
"", "", "", "", "", "", "", "", "";
|
2016-04-07 13:58:23 +00:00
|
|
|
gtr_sel0 {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <0 0>;
|
2017-01-30 06:36:02 +00:00
|
|
|
output-low; /* PCIE = 0, DP = 1 */
|
2016-04-07 13:58:23 +00:00
|
|
|
line-name = "sel0";
|
|
|
|
};
|
|
|
|
gtr_sel1 {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <1 0>;
|
|
|
|
output-high; /* PCIE = 0, DP = 1 */
|
|
|
|
line-name = "sel1";
|
|
|
|
};
|
|
|
|
gtr_sel2 {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <2 0>;
|
|
|
|
output-high; /* PCIE = 0, USB0 = 1 */
|
|
|
|
line-name = "sel2";
|
|
|
|
};
|
|
|
|
gtr_sel3 {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <3 0>;
|
|
|
|
output-high; /* PCIE = 0, SATA = 1 */
|
|
|
|
line-name = "sel3";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-03-27 08:47:26 +00:00
|
|
|
tca6416_u61: gpio@21 {
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,tca6416";
|
|
|
|
reg = <0x21>;
|
2019-03-12 09:15:27 +00:00
|
|
|
gpio-controller; /* IRQ not connected */
|
2016-04-07 13:58:23 +00:00
|
|
|
#gpio-cells = <2>;
|
2019-03-12 09:15:27 +00:00
|
|
|
gpio-line-names = "VCCPSPLL_EN", "MGTRAVCC_EN", "MGTRAVTT_EN", "VCCPSDDRPLL_EN", "MIO26_PMU_INPUT_LS",
|
|
|
|
"PL_PMBUS_ALERT", "PS_PMBUS_ALERT", "MAXIM_PMBUS_ALERT", "PL_DDR4_VTERM_EN",
|
|
|
|
"PL_DDR4_VPP_2V5_EN", "PS_DIMM_VDDQ_TO_PSVCCO_ON", "PS_DIMM_SUSPEND_EN",
|
|
|
|
"PS_DDR4_VTERM_EN", "PS_DDR4_VPP_2V5_EN", "", "";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
2018-03-27 08:38:08 +00:00
|
|
|
i2c-mux@75 { /* u60 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "nxp,pca9544";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0x75>;
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@0 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0>;
|
|
|
|
/* PS_PMBUS */
|
2019-08-16 08:42:42 +00:00
|
|
|
u76: ina226@40 { /* u76 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u76";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x40>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u77: ina226@41 { /* u77 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u77";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x41>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u78: ina226@42 { /* u78 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u78";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x42>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u87: ina226@43 { /* u87 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u87";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x43>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u85: ina226@44 { /* u85 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u85";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x44>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u86: ina226@45 { /* u86 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u86";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x45>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u93: ina226@46 { /* u93 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u93";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x46>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u88: ina226@47 { /* u88 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u88";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x47>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u15: ina226@4a { /* u15 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u15";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x4a>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u92: ina226@4b { /* u92 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u92";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x4b>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@1 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <1>;
|
|
|
|
/* PL_PMBUS */
|
2019-08-16 08:42:42 +00:00
|
|
|
u79: ina226@40 { /* u79 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u79";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x40>;
|
|
|
|
shunt-resistor = <2000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u81: ina226@41 { /* u81 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u81";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x41>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u80: ina226@42 { /* u80 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u80";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x42>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u84: ina226@43 { /* u84 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u84";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x43>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u16: ina226@44 { /* u16 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u16";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x44>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u65: ina226@45 { /* u65 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u65";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x45>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u74: ina226@46 { /* u74 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u74";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x46>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
2019-08-16 08:42:42 +00:00
|
|
|
u75: ina226@47 { /* u75 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "ti,ina226";
|
2019-08-16 08:42:42 +00:00
|
|
|
#io-channel-cells = <1>;
|
2019-08-26 08:20:07 +00:00
|
|
|
label = "ina226-u75";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x47>;
|
|
|
|
shunt-resistor = <5000>;
|
|
|
|
};
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@2 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <2>;
|
|
|
|
/* MAXIM_PMBUS - 00 */
|
|
|
|
max15301@a { /* u46 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15301";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0xa>;
|
|
|
|
};
|
|
|
|
max15303@b { /* u4 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0xb>;
|
|
|
|
};
|
|
|
|
max15303@10 { /* u13 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x10>;
|
|
|
|
};
|
|
|
|
max15301@13 { /* u47 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15301";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x13>;
|
|
|
|
};
|
|
|
|
max15303@14 { /* u7 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x14>;
|
|
|
|
};
|
|
|
|
max15303@15 { /* u6 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x15>;
|
|
|
|
};
|
|
|
|
max15303@16 { /* u10 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x16>;
|
|
|
|
};
|
|
|
|
max15303@17 { /* u9 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x17>;
|
|
|
|
};
|
|
|
|
max15301@18 { /* u63 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15301";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x18>;
|
|
|
|
};
|
|
|
|
max15303@1a { /* u49 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x1a>;
|
|
|
|
};
|
|
|
|
max15303@1d { /* u18 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x1d>;
|
|
|
|
};
|
|
|
|
max15303@20 { /* u8 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
status = "disabled"; /* unreachable */
|
|
|
|
reg = <0x20>;
|
|
|
|
};
|
2018-03-27 10:01:24 +00:00
|
|
|
max20751@72 { /* u95 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max20751";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x72>;
|
|
|
|
};
|
2018-03-27 10:01:24 +00:00
|
|
|
max20751@73 { /* u96 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max20751";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x73>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* Bus 3 is not connected */
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
2017-11-02 10:51:59 +00:00
|
|
|
|
2018-03-27 10:01:24 +00:00
|
|
|
/* PL i2c via PCA9306 - u45 */
|
2018-03-27 08:38:08 +00:00
|
|
|
i2c-mux@74 { /* u34 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "nxp,pca9548";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0x74>;
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@0 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0>;
|
|
|
|
/*
|
|
|
|
* IIC_EEPROM 1kB memory which uses 256B blocks
|
|
|
|
* where every block has different address.
|
|
|
|
* 0 - 256B address 0x54
|
|
|
|
* 256B - 512B address 0x55
|
|
|
|
* 512B - 768B address 0x56
|
|
|
|
* 768B - 1024B address 0x57
|
|
|
|
*/
|
2017-11-02 10:42:12 +00:00
|
|
|
eeprom: eeprom@54 { /* u23 */
|
2018-03-27 08:54:25 +00:00
|
|
|
compatible = "atmel,24c08";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x54>;
|
|
|
|
};
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@1 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <1>;
|
2018-03-27 08:39:53 +00:00
|
|
|
si5341: clock-generator@36 { /* SI5341 - u69 */
|
2018-03-27 10:48:30 +00:00
|
|
|
compatible = "silabs,si5341";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x36>;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@2 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <2>;
|
2018-03-27 08:39:53 +00:00
|
|
|
si570_1: clock-generator@5d { /* USER SI570 - u42 */
|
2016-04-07 13:58:23 +00:00
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "silabs,si570";
|
|
|
|
reg = <0x5d>;
|
|
|
|
temperature-stability = <50>;
|
|
|
|
factory-fout = <300000000>;
|
|
|
|
clock-frequency = <300000000>;
|
2018-07-18 10:10:02 +00:00
|
|
|
clock-output-names = "si570_user";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@3 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <3>;
|
2018-03-27 08:39:53 +00:00
|
|
|
si570_2: clock-generator@5d { /* USER MGT SI570 - u56 */
|
2016-04-07 13:58:23 +00:00
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "silabs,si570";
|
|
|
|
reg = <0x5d>;
|
|
|
|
temperature-stability = <50>; /* copy from zc702 */
|
|
|
|
factory-fout = <156250000>;
|
|
|
|
clock-frequency = <148500000>;
|
2018-07-18 10:10:02 +00:00
|
|
|
clock-output-names = "si570_mgt";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@4 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <4>;
|
2018-03-27 08:39:53 +00:00
|
|
|
si5328: clock-generator@69 {/* SI5328 - u20 */
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "silabs,si5328";
|
|
|
|
reg = <0x69>;
|
2017-11-02 11:45:10 +00:00
|
|
|
/*
|
|
|
|
* Chip has interrupt present connected to PL
|
|
|
|
* interrupt-parent = <&>;
|
|
|
|
* interrupts = <>;
|
|
|
|
*/
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
/* 5 - 7 unconnected */
|
|
|
|
};
|
|
|
|
|
2018-03-27 08:38:08 +00:00
|
|
|
i2c-mux@75 {
|
2016-04-07 13:58:23 +00:00
|
|
|
compatible = "nxp,pca9548"; /* u135 */
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0x75>;
|
|
|
|
|
|
|
|
i2c@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0>;
|
|
|
|
/* HPC0_IIC */
|
|
|
|
};
|
|
|
|
i2c@1 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <1>;
|
|
|
|
/* HPC1_IIC */
|
|
|
|
};
|
|
|
|
i2c@2 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <2>;
|
|
|
|
/* SYSMON */
|
|
|
|
};
|
2018-03-27 08:47:26 +00:00
|
|
|
i2c@3 {
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <3>;
|
|
|
|
/* DDR4 SODIMM */
|
|
|
|
};
|
|
|
|
i2c@4 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <4>;
|
|
|
|
/* SEP 3 */
|
|
|
|
};
|
|
|
|
i2c@5 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <5>;
|
|
|
|
/* SEP 2 */
|
|
|
|
};
|
|
|
|
i2c@6 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <6>;
|
|
|
|
/* SEP 1 */
|
|
|
|
};
|
|
|
|
i2c@7 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <7>;
|
|
|
|
/* SEP 0 */
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
2017-01-30 06:36:02 +00:00
|
|
|
status = "okay";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&qspi {
|
|
|
|
status = "okay";
|
|
|
|
is-dual = <1>;
|
|
|
|
flash@0 {
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
|
2016-04-07 13:58:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
reg = <0x0>;
|
|
|
|
spi-tx-bus-width = <1>;
|
|
|
|
spi-rx-bus-width = <4>; /* FIXME also DUAL configuration possible */
|
|
|
|
spi-max-frequency = <108000000>; /* Based on DC1 spec */
|
|
|
|
partition@qspi-fsbl-uboot { /* for testing purpose */
|
|
|
|
label = "qspi-fsbl-uboot";
|
|
|
|
reg = <0x0 0x100000>;
|
|
|
|
};
|
|
|
|
partition@qspi-linux { /* for testing purpose */
|
|
|
|
label = "qspi-linux";
|
|
|
|
reg = <0x100000 0x500000>;
|
|
|
|
};
|
|
|
|
partition@qspi-device-tree { /* for testing purpose */
|
|
|
|
label = "qspi-device-tree";
|
|
|
|
reg = <0x600000 0x20000>;
|
|
|
|
};
|
|
|
|
partition@qspi-rootfs { /* for testing purpose */
|
|
|
|
label = "qspi-rootfs";
|
|
|
|
reg = <0x620000 0x5E0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&rtc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&sata {
|
|
|
|
status = "okay";
|
|
|
|
/* SATA OOB timing settings */
|
|
|
|
ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
|
|
|
|
ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
|
|
|
ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
|
|
|
|
ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
|
|
|
|
ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
|
|
|
|
ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
|
|
|
ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
|
|
|
|
ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
|
2017-12-01 14:50:31 +00:00
|
|
|
phy-names = "sata-phy";
|
|
|
|
phys = <&lane3 PHY_TYPE_SATA 1 1 125000000>;
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* SD1 with level shifter */
|
|
|
|
&sdhci1 {
|
|
|
|
status = "okay";
|
|
|
|
no-1-8-v; /* for 1.0 silicon */
|
2016-08-16 09:11:35 +00:00
|
|
|
xlnx,mio_bank = <1>;
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
2017-12-01 14:50:31 +00:00
|
|
|
&serdes {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-04-07 13:58:23 +00:00
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ULPI SMSC USB3320 */
|
|
|
|
&usb0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&dwc3_0 {
|
|
|
|
status = "okay";
|
|
|
|
dr_mode = "host";
|
2017-12-01 14:50:31 +00:00
|
|
|
snps,usb3_lpm_capable;
|
|
|
|
phy-names = "usb3-phy";
|
|
|
|
phys = <&lane2 PHY_TYPE_USB3 0 2 26000000>;
|
|
|
|
maximum-speed = "super-speed";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
2017-04-06 06:58:14 +00:00
|
|
|
&watchdog0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-11-02 11:04:43 +00:00
|
|
|
&xilinx_ams {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ams_ps {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ams_pl {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-04-07 13:58:23 +00:00
|
|
|
&xilinx_drm {
|
|
|
|
status = "okay";
|
|
|
|
clocks = <&si570_1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp_sub {
|
|
|
|
status = "okay";
|
|
|
|
xlnx,vid-clk-pl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp_snd_pcm0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp_snd_pcm1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp_snd_card {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp_snd_codec0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dpdma {
|
|
|
|
status = "okay";
|
|
|
|
};
|