From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts (limited to 'roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts') diff --git a/roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts b/roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts new file mode 100644 index 000000000..fc938a4ba --- /dev/null +++ b/roms/u-boot/arch/arm/dts/keystone-k2g-generic.dts @@ -0,0 +1,27 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Device Tree Source for Generic 66AK2G0X EVM + * + * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + */ + +/dts-v1/; + +#include "keystone-k2g.dtsi" + +/ { + compatible = "ti,k2g-generic", "ti,k2g", "ti,keystone"; + model = "Texas Instruments 66AK2G02 Generic"; + + chosen { + stdout-path = &uart0; + }; +}; + +&i2c0 { + status = "okay"; +}; + +&i2c1 { + status = "okay"; +}; -- cgit 1.2.3-korg