Skip to content
Snippets Groups Projects
Commit 8b16e138 authored by Robert Nelson's avatar Robert Nelson
Browse files

sync dts copyrights

parent 4a9c0a65
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 63 deletions
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*
* 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.
*/ */
&uart2 { &uart2 {
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*
* 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.
*/ */
&uart4 { &uart4 {
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
* *
* Author: Robert Nelson <robertcnelson@gmail.com> * Author: Robert Nelson <robertcnelson@gmail.com>
*/ */
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*
* 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/; /dts-v1/;
...@@ -14,6 +11,11 @@ ...@@ -14,6 +11,11 @@
/ { / {
model = "SanCloud BeagleBone Enhanced"; model = "SanCloud BeagleBone Enhanced";
compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
chosen {
base_dtb = "am335x-sancloud-bbe-uboot-univ.dts";
base_dtb_timestamp = __TIMESTAMP__;
};
}; };
&sgx { &sgx {
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*
* 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/; /dts-v1/;
...@@ -13,6 +10,11 @@ ...@@ -13,6 +10,11 @@
/ { / {
model = "SanCloud BeagleBone Enhanced"; model = "SanCloud BeagleBone Enhanced";
compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
chosen {
base_dtb = "am335x-sancloud-bbe-uboot.dts";
base_dtb_timestamp = __TIMESTAMP__;
};
}; };
&sgx { &sgx {
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*/ */
/dts-v1/; /dts-v1/;
...@@ -106,12 +106,14 @@ ...@@ -106,12 +106,14 @@
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>; pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>; pinctrl-1 = <&cpsw_sleep>;
status = "okay";
}; };
&davinci_mdio { &davinci_mdio {
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>; pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>; pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
}; };
&cpsw_emac0 { &cpsw_emac0 {
...@@ -120,19 +122,19 @@ ...@@ -120,19 +122,19 @@
}; };
&i2c0 { &i2c0 {
lps331ap: lps331ap@5C { lps331ap: barometer@5c {
compatible = "st,lps331ap"; compatible = "st,lps331ap-press";
st,drdy-int-pin = <1>; st,drdy-int-pin = <1>;
reg = <0x5C>; reg = <0x5c>;
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <27 IRQ_TYPE_EDGE_RISING>; interrupts = <26 IRQ_TYPE_EDGE_RISING>;
}; };
mpu6050: mpu6050@68 { mpu6050: accelerometer@68 {
compatible = "invensense,mpu6050"; compatible = "invensense,mpu6050";
reg = <0x68>; reg = <0x68>;
interrupt-parent = <&gpio0>; interrupt-parent = <&gpio0>;
interrupts = <2 IRQ_TYPE_EDGE_RISING>; interrupts = <2 IRQ_TYPE_EDGE_RISING>;
//orientation = <0xff 0 0 0 1 0 0 0 0xff>; orientation = <0xff 0 0 0 1 0 0 0 0xff>;
}; };
}; };
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Device Tree Source for AM33xx clock data * Device Tree Source for AM33xx clock data
* *
* Copyright (C) 2013 Texas Instruments, Inc. * Copyright (C) 2013 Texas Instruments, Inc.
*
* 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.
*/ */
&scm_clocks { &scm_clocks {
sys_clkin_ck: sys_clkin_ck@40 { sys_clkin_ck: sys_clkin_ck@40 {
......
/* /*
* Device Tree Source for AM33XX SoC * Device Tree Source for AM33XX SoC
* *
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
* *
* This file is licensed under the terms of the GNU General Public License * This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any * version 2. This program is licensed "as is" without any warranty of any
...@@ -953,7 +953,6 @@ ...@@ -953,7 +953,6 @@
status = "disabled"; status = "disabled";
}; };
eqep1: eqep@0x48302180 { eqep1: eqep@0x48302180 {
compatible = "ti,am33xx-eqep"; compatible = "ti,am33xx-eqep";
reg = <0x48302180 0x80>; reg = <0x48302180 0x80>;
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014-2019 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
*
* 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.
*/ */
#include "am5729-beagleboneai.dts" #include "am5729-beagleboneai.dts"
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2014-2019 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2019 Texas Instruments Incorporated - http://www.ti.com/
*
* 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/; /dts-v1/;
#include "dra74x.dtsi" #include "dra74x.dtsi"
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
*
* 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/; /dts-v1/;
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#include "am57xx-beagle-x15-common.dtsi" #include "am57xx-beagle-x15-common.dtsi"
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#include "am57xx-beagle-x15-common.dtsi" #include "am57xx-beagle-x15-common.dtsi"
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#include "am57xx-beagle-x15-common.dtsi" #include "am57xx-beagle-x15-common.dtsi"
......
/* https://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-kernel/linux/files/dra7xx/cmem.dtsi?h=rocko */ /* https://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-kernel/linux/files/dra7xx/cmem.dtsi?h=thud */
/* 0x0c000000 -> 0x18000000 for tild */
/ { / {
reserved-memory { reserved-memory {
......
/* /*
* Device Tree Source for DRA7x SoC DSPEVE thermal * Device Tree Source for DRA7x SoC DSPEVE thermal
* *
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
* *
* This file is licensed under the terms of the GNU General Public License * This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any * version 2. This program is licensed "as is" without any warranty of any
......
...@@ -262,10 +262,6 @@ ...@@ -262,10 +262,6 @@
status = "okay"; status = "okay";
}; };
&vip1 {
status = "okay";
};
&mmc4 { &mmc4 {
bus-width = <4>; bus-width = <4>;
cap-power-off-card; cap-power-off-card;
...@@ -280,3 +276,8 @@ ...@@ -280,3 +276,8 @@
interrupts = <7 IRQ_TYPE_EDGE_RISING>; interrupts = <7 IRQ_TYPE_EDGE_RISING>;
}; };
}; };
&vip1 {
status = "okay";
};
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Common IPU and DSP data for TI DRA7xx/AM57xx platforms * Common IPU and DSP data for TI DRA7xx/AM57xx platforms
*/ */
......
/* /*
* Device Tree Source for DRA7x SoC IVA thermal * Device Tree Source for DRA7x SoC IVA thermal
* *
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
* *
* This file is licensed under the terms of the GNU General Public License * This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any * version 2. This program is licensed "as is" without any warranty of any
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
* *
* 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.
* Based on "omap4.dtsi" * Based on "omap4.dtsi"
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment