2018-05-06 22:27:01 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
2017-04-28 05:11:35 +00:00
|
|
|
/*
|
|
|
|
* NXP ls2080a RDB board device tree source for QSPI-boot
|
|
|
|
*
|
|
|
|
* Author: Priyanka Jain <priyanka.jain@nxp.com>
|
|
|
|
*
|
|
|
|
* Copyright 2017 NXP
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "fsl-ls2080a.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Freescale Layerscape 2080a RDB Board";
|
|
|
|
compatible = "fsl,ls2080a-rdb", "fsl,ls2080a";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
spi0 = &qspi;
|
|
|
|
spi1 = &dspi;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-03-18 14:47:45 +00:00
|
|
|
&dpmac1 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio1_phy1>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac2 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio1_phy2>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac3 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio1_phy3>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac4 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio1_phy4>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac5 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio2_phy1>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac6 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio2_phy2>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac7 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio2_phy3>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dpmac8 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&mdio2_phy4>;
|
2021-09-18 12:32:34 +00:00
|
|
|
phy-connection-type = "10gbase-r";
|
2020-03-18 14:47:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emdio1 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
/* CS4340 PHYs */
|
|
|
|
mdio1_phy1: emdio1_phy@1 {
|
|
|
|
reg = <0x10>;
|
|
|
|
};
|
|
|
|
mdio1_phy2: emdio1_phy@2 {
|
|
|
|
reg = <0x11>;
|
|
|
|
};
|
|
|
|
mdio1_phy3: emdio1_phy@3 {
|
|
|
|
reg = <0x12>;
|
|
|
|
};
|
|
|
|
mdio1_phy4: emdio1_phy@4 {
|
|
|
|
reg = <0x13>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&emdio2 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
/* AQR405 PHYs */
|
|
|
|
mdio2_phy1: emdio2_phy@1 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <0x0>;
|
|
|
|
};
|
|
|
|
mdio2_phy2: emdio2_phy@2 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <0x1>;
|
|
|
|
};
|
|
|
|
mdio2_phy3: emdio2_phy@3 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <0x2>;
|
|
|
|
};
|
|
|
|
mdio2_phy4: emdio2_phy@4 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <0x3>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-04-28 05:11:35 +00:00
|
|
|
&dspi {
|
|
|
|
bus-num = <0>;
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
dflash0: n25q512a {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2017-04-28 05:11:35 +00:00
|
|
|
spi-max-frequency = <3000000>;
|
|
|
|
spi-cpol;
|
|
|
|
spi-cpha;
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi {
|
|
|
|
status = "okay";
|
|
|
|
|
2019-12-12 06:19:24 +00:00
|
|
|
s25fs512s0: flash@0 {
|
2017-04-28 05:11:35 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2017-04-28 05:11:35 +00:00
|
|
|
spi-max-frequency = <50000000>;
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
|
2019-12-12 06:19:24 +00:00
|
|
|
s25fs512s1: flash@1 {
|
2017-04-28 05:11:35 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2017-04-28 05:11:35 +00:00
|
|
|
spi-max-frequency = <50000000>;
|
|
|
|
reg = <1>;
|
|
|
|
};
|
|
|
|
};
|
2018-12-27 04:37:59 +00:00
|
|
|
|
2019-07-22 08:36:46 +00:00
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
|
|
|
|
pca9547@75 {
|
|
|
|
compatible = "nxp,pca9547";
|
|
|
|
reg = <0x75>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
i2c@1 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0x01>;
|
|
|
|
rtc@68 {
|
|
|
|
compatible = "dallas,ds3232";
|
|
|
|
reg = <0x68>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-27 04:37:59 +00:00
|
|
|
&sata {
|
|
|
|
status = "okay";
|
|
|
|
};
|