1 // SPDX-License-Identifier: GPL-2.0
3 * Keystone 2 Edison EVM device tree
5 * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/
9 #include "keystone.dtsi"
10 #include "keystone-k2e.dtsi"
13 compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone";
14 model = "Texas Instruments Keystone 2 Edison EVM";
21 dsp_common_memory: dsp-common-memory@81f800000 {
22 compatible = "shared-dma-pool";
23 reg = <0x00000008 0x1f800000 0x00000000 0x800000>;
33 refclksys: refclksys {
35 compatible = "fixed-clock";
36 clock-frequency = <100000000>;
37 clock-output-names = "refclk-sys";
40 refclkpass: refclkpass {
42 compatible = "fixed-clock";
43 clock-frequency = <100000000>;
44 clock-output-names = "refclk-pass";
47 refclkddr3a: refclkddr3a {
49 compatible = "fixed-clock";
50 clock-frequency = <100000000>;
51 clock-output-names = "refclk-ddr3a";
77 dr_mode = "peripheral";
82 compatible = "atmel,24c1024";
94 ti,cs-chipselect = <0>;
95 /* all timings in nanoseconds */
96 ti,cs-min-turnaround-ns = <12>;
97 ti,cs-read-hold-ns = <6>;
98 ti,cs-read-strobe-ns = <23>;
99 ti,cs-read-setup-ns = <9>;
100 ti,cs-write-hold-ns = <8>;
101 ti,cs-write-strobe-ns = <23>;
102 ti,cs-write-setup-ns = <8>;
105 compatible = "ti,keystone-nand","ti,davinci-nand";
106 #address-cells = <1>;
111 ti,davinci-chipselect = <0>;
112 ti,davinci-mask-ale = <0x2000>;
113 ti,davinci-mask-cle = <0x4000>;
114 ti,davinci-mask-chipsel = <0>;
115 nand-ecc-mode = "hw";
116 ti,davinci-ecc-bits = <4>;
121 reg = <0x0 0x100000>;
127 reg = <0x100000 0x80000>;
133 reg = <0x180000 0x1FE80000>;
140 nor_flash: n25q128a11@0 {
141 #address-cells = <1>;
143 compatible = "Micron,n25q128a11";
144 spi-max-frequency = <54000000>;
149 label = "u-boot-spl";
156 reg = <0x80000 0xf80000>;
163 ethphy0: ethernet-phy@0 {
164 compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
168 ethphy1: ethernet-phy@1 {
169 compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
175 memory-region = <&dsp_common_memory>;