/* * Copyright 2013 Texas Instruments, Inc. * * Keystone 2 Kepler/Hawking EVM device tree * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /dts-v1/; #include "keystone.dtsi" / { compatible = "ti,keystone-evm"; soc { clock { refclksys: refclksys { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <122880000>; clock-output-names = "refclk-sys"; }; refclkpass: refclkpass { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <122880000>; clock-output-names = "refclk-pass"; }; refclkarm: refclkarm { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <125000000>; clock-output-names = "refclk-arm"; }; refclkddr3a: refclkddr3a { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <100000000>; clock-output-names = "refclk-ddr3a"; }; refclkddr3b: refclkddr3b { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <100000000>; clock-output-names = "refclk-ddr3b"; }; }; }; leds { compatible = "gpio-leds"; debug1_1 { label = "keystone:green:debug1"; gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* 12 */ }; debug1_2 { label = "keystone:red:debug1"; gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; /* 13 */ }; debug2 { label = "keystone:blue:debug2"; gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; /* 14 */ }; debug3 { label = "keystone:blue:debug3"; gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; /* 15 */ }; }; }; &usb_phy { status = "okay"; }; &usb { status = "okay"; };