mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
2a9a842ebe
Add basic DT support for k2g evm. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
21 lines
454 B
Text
21 lines
454 B
Text
/*
|
|
* Copyright 2014 Texas Instruments, Inc.
|
|
*
|
|
* Keystone 2 Galileo 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 "k2g.dtsi"
|
|
|
|
/ {
|
|
compatible = "ti,k2g-evm","ti,keystone";
|
|
model = "Texas Instruments Keystone 2 Galileo EVM";
|
|
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|