1 // SPDX-License-Identifier: GPL-2.0+
3 * Device Tree Source for K2G Industrial Communication Engine EVM
5 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
9 #include "keystone-k2g.dtsi"
10 #include <dt-bindings/net/ti-dp83867.h>
13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
14 model = "Texas Instruments K2G Industrial Communication EVM";
21 device_type = "memory";
22 reg = <0x80000000 0x20000000>;
42 compatible = "s25fl256s1", "jedec,spi-nor";
44 spi-tx-bus-width = <1>;
45 spi-rx-bus-width = <4>;
46 spi-max-frequency = <96000000>;
49 cdns,read-delay = <5>;
50 cdns,tshsl-ns = <500>;
51 cdns,tsd2d-ns = <500>;
52 cdns,tchsh-ns = <119>;
53 cdns,tslch-ns = <119>;
56 label = "QSPI.u-boot";
57 reg = <0x00000000 0x00100000>;
60 label = "QSPI.u-boot-env";
61 reg = <0x00100000 0x00040000>;
65 reg = <0x00140000 0x0040000>;
68 label = "QSPI.pmmc-firmware";
69 reg = <0x00180000 0x0040000>;
72 label = "QSPI.kernel";
73 reg = <0x001c0000 0x0800000>;
76 label = "QSPI.u-boot-spl-os";
77 reg = <0x009c0000 0x0040000>;
80 label = "QSPI.file-system";
81 reg = <0x00a00000 0x1600000>;
95 pinctrl-names = "default";
96 //pinctrl-0 = <&emac_pins>;
101 pinctrl-names = "default";
102 //pinctrl-0 = <&mdio_pins>;
104 ethphy0: ethernet-phy@0 {
106 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
107 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
108 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
109 ti,min-output-impedance;
110 ti,dp83867-rxctrl-strap-quirk;
115 phy-handle = <ðphy0>;
116 phy-mode = "rgmii-id";