From 8b16e1384e6d9f64ea62329d43ca3940e88a524e Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 16 Mar 2021 11:24:50 -0500
Subject: [PATCH] sync dts copyrights

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 .gitignore                                     |  2 +-
 include/dt-bindings/net/ti-dp83867.h           | 14 ++++++++++++++
 src/arm/am335x-abbbi.dts                       |  2 +-
 src/arm/am335x-bone-common-no-capemgr.dtsi     |  2 +-
 src/arm/am335x-bone-common-univ.dtsi           |  2 +-
 src/arm/am335x-bone-common-universal-pins.dtsi |  7 ++-----
 src/arm/am335x-bone-common.dtsi                |  2 +-
 src/arm/am335x-bone-jtag.dtsi                  |  4 ++--
 src/arm/am335x-bone-pinmux-can0.dtsi           |  7 ++-----
 ...m335x-bone-pinmux-panel-1024x600-24bit.dtsi |  7 ++-----
 src/arm/am335x-bone-pinmux-ttyS1.dtsi          |  7 ++-----
 src/arm/am335x-bone-pinmux-ttyS2.dtsi          |  7 ++-----
 src/arm/am335x-bone-pinmux-ttyS4.dtsi          |  7 ++-----
 src/arm/am335x-bone-uboot-univ.dts             |  2 +-
 src/arm/am335x-bone.dts                        | 10 +++++-----
 src/arm/am335x-boneblack-audio.dts             |  7 ++-----
 src/arm/am335x-boneblack-bbb-exp-c.dts         |  7 ++-----
 src/arm/am335x-boneblack-bbb-exp-r.dts         |  7 ++-----
 src/arm/am335x-boneblack-bbbmini.dts           | 13 +++++--------
 src/arm/am335x-boneblack-common.dtsi           |  4 +++-
 src/arm/am335x-boneblack-roboticscape.dts      | 17 ++---------------
 src/arm/am335x-boneblack-uboot-univ.dts        |  2 +-
 src/arm/am335x-boneblack-uboot.dts             |  2 +-
 .../am335x-boneblack-wireless-roboticscape.dts | 17 ++---------------
 src/arm/am335x-boneblack-wireless.dts          |  2 +-
 src/arm/am335x-boneblack-wl1835mod-cape.dtsi   |  7 ++-----
 src/arm/am335x-boneblack-wl1835mod.dts         |  7 ++-----
 src/arm/am335x-boneblack.dts                   |  2 +-
 src/arm/am335x-boneblue.dts                    |  3 +--
 src/arm/am335x-bonegreen-common.dtsi           |  2 +-
 src/arm/am335x-bonegreen-gateway.dts           | 18 +++++++++++++-----
 .../am335x-bonegreen-wireless-common-univ.dtsi |  2 +-
 .../am335x-bonegreen-wireless-uboot-univ.dts   |  2 +-
 src/arm/am335x-bonegreen-wireless.dts          |  2 +-
 src/arm/am335x-bonegreen.dts                   |  2 +-
 src/arm/am335x-cape-bbb-exp-c.dtsi             |  7 ++-----
 src/arm/am335x-cape-bbb-exp-r.dtsi             |  7 ++-----
 src/arm/am335x-peripheral-can0.dtsi            |  7 ++-----
 ...am335x-peripheral-panel-1024x600-24bit.dtsi |  7 ++-----
 src/arm/am335x-peripheral-ttyS1.dtsi           |  7 ++-----
 src/arm/am335x-peripheral-ttyS2.dtsi           |  7 ++-----
 src/arm/am335x-peripheral-ttyS4.dtsi           |  7 ++-----
 src/arm/am335x-pocketbeagle.dts                |  2 +-
 src/arm/am335x-sancloud-bbe-uboot-univ.dts     | 12 +++++++-----
 src/arm/am335x-sancloud-bbe-uboot.dts          | 12 +++++++-----
 src/arm/am335x-sancloud-bbe.dts                | 16 +++++++++-------
 src/arm/am33xx-clocks.dtsi                     |  5 +----
 src/arm/am33xx.dtsi                            |  3 +--
 src/arm/am5729-beagleboneai-roboticscape.dts   |  7 ++-----
 src/arm/am5729-beagleboneai.dts                |  6 ++----
 src/arm/am57xx-beagle-x15-common.dtsi          |  7 ++-----
 src/arm/am57xx-beagle-x15-revb1.dts            |  2 +-
 src/arm/am57xx-beagle-x15-revc.dts             |  2 +-
 src/arm/am57xx-beagle-x15.dts                  |  2 +-
 src/arm/am57xx-cmem.dtsi                       |  3 ++-
 src/arm/dra7-dspeve-thermal.dtsi               |  2 +-
 src/arm/dra7-evm-common.dtsi                   |  9 +++++----
 src/arm/dra7-ipu-dsp-common.dtsi               |  2 +-
 src/arm/dra7-iva-thermal.dtsi                  |  2 +-
 src/arm/dra7.dtsi                              |  6 ++----
 src/arm/dra74-ipu-dsp-common.dtsi              |  2 +-
 src/arm/dra74x-mmc-iodelay.dtsi                |  2 +-
 src/arm/dra74x.dtsi                            |  6 ++----
 src/arm/dra7xx-clocks.dtsi                     |  4 ----
 src/arm/omap4-cpu-thermal.dtsi                 |  2 +-
 src/arm/omap5-board-common.dtsi                | 15 ++++++++-------
 src/arm/omap5-core-thermal.dtsi                |  2 +-
 src/arm/omap5-gpu-thermal.dtsi                 |  2 +-
 src/arm/omap5-uevm.dts                         |  7 ++-----
 src/arm/omap5.dtsi                             |  6 ++----
 src/arm/omap54xx-clocks.dtsi                   |  5 +----
 src/arm/tps65217.dtsi                          |  5 +----
 72 files changed, 166 insertions(+), 248 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5023c8e..7f3e975 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 .*
 !.gitignore
 *.dtb
-
+*.dtbo
diff --git a/include/dt-bindings/net/ti-dp83867.h b/include/dt-bindings/net/ti-dp83867.h
index 172744a..7b16564 100644
--- a/include/dt-bindings/net/ti-dp83867.h
+++ b/include/dt-bindings/net/ti-dp83867.h
@@ -42,4 +42,18 @@
 #define	DP83867_RGMIIDCTL_3_75_NS	0xe
 #define	DP83867_RGMIIDCTL_4_00_NS	0xf
 
+/* IO_MUX_CFG - Clock output selection */
+#define DP83867_CLK_O_SEL_CHN_A_RCLK		0x0
+#define DP83867_CLK_O_SEL_CHN_B_RCLK		0x1
+#define DP83867_CLK_O_SEL_CHN_C_RCLK		0x2
+#define DP83867_CLK_O_SEL_CHN_D_RCLK		0x3
+#define DP83867_CLK_O_SEL_CHN_A_RCLK_DIV5	0x4
+#define DP83867_CLK_O_SEL_CHN_B_RCLK_DIV5	0x5
+#define DP83867_CLK_O_SEL_CHN_C_RCLK_DIV5	0x6
+#define DP83867_CLK_O_SEL_CHN_D_RCLK_DIV5	0x7
+#define DP83867_CLK_O_SEL_CHN_A_TCLK		0x8
+#define DP83867_CLK_O_SEL_CHN_B_TCLK		0x9
+#define DP83867_CLK_O_SEL_CHN_C_TCLK		0xA
+#define DP83867_CLK_O_SEL_CHN_D_TCLK		0xB
+#define DP83867_CLK_O_SEL_REF_CLK		0xC
 #endif
diff --git a/src/arm/am335x-abbbi.dts b/src/arm/am335x-abbbi.dts
index 14d0174..213edff 100644
--- a/src/arm/am335x-abbbi.dts
+++ b/src/arm/am335x-abbbi.dts
@@ -1,6 +1,6 @@
 // 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/
  * Copyright 2015 Konsulko Group
  */
 /dts-v1/;
diff --git a/src/arm/am335x-bone-common-no-capemgr.dtsi b/src/arm/am335x-bone-common-no-capemgr.dtsi
index eb1c711..c21ae7d 100644
--- a/src/arm/am335x-bone-common-no-capemgr.dtsi
+++ b/src/arm/am335x-bone-common-no-capemgr.dtsi
@@ -1,6 +1,6 @@
 // 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/
  */
 
 / {
diff --git a/src/arm/am335x-bone-common-univ.dtsi b/src/arm/am335x-bone-common-univ.dtsi
index c0f5bf5..bdffdc0 100644
--- a/src/arm/am335x-bone-common-univ.dtsi
+++ b/src/arm/am335x-bone-common-univ.dtsi
@@ -1,6 +1,6 @@
 // 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/
  */
 
 &am33xx_pinmux {
diff --git a/src/arm/am335x-bone-common-universal-pins.dtsi b/src/arm/am335x-bone-common-universal-pins.dtsi
index c87e373..d3010c7 100644
--- a/src/arm/am335x-bone-common-universal-pins.dtsi
+++ b/src/arm/am335x-bone-common-universal-pins.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &am33xx_pinmux {
diff --git a/src/arm/am335x-bone-common.dtsi b/src/arm/am335x-bone-common.dtsi
index 0d0c0a5..b89a86b 100644
--- a/src/arm/am335x-bone-common.dtsi
+++ b/src/arm/am335x-bone-common.dtsi
@@ -1,6 +1,6 @@
 // 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/
  */
 
 / {
diff --git a/src/arm/am335x-bone-jtag.dtsi b/src/arm/am335x-bone-jtag.dtsi
index 2cdca01..19c8bcf 100644
--- a/src/arm/am335x-bone-jtag.dtsi
+++ b/src/arm/am335x-bone-jtag.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2015 Robert Nelson <robertcnelson@gmail.com>
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &am33xx_pinmux {
@@ -9,7 +9,7 @@
 
 	clkout2_pin: pinmux_clkout2_pin {
 		pinctrl-single,pins = <
-			AM33XX_PADCONF(AM335X_PIN_XDMA_EVENT_INTR1, PIN_OUTPUT_PULLDOWN, MUX_MODE3)     /* xdma_event_intr1.clkout2 */
+			AM33XX_PADCONF(AM335X_PIN_XDMA_EVENT_INTR1, PIN_OUTPUT_PULLDOWN, MUX_MODE3)	/* xdma_event_intr1.clkout2 */
 		>;
 	};
 };
diff --git a/src/arm/am335x-bone-pinmux-can0.dtsi b/src/arm/am335x-bone-pinmux-can0.dtsi
index 0961216..f42b6e8 100644
--- a/src/arm/am335x-bone-pinmux-can0.dtsi
+++ b/src/arm/am335x-bone-pinmux-can0.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 #include <dt-bindings/board/am335x-bbw-bbb-base.h>
diff --git a/src/arm/am335x-bone-pinmux-panel-1024x600-24bit.dtsi b/src/arm/am335x-bone-pinmux-panel-1024x600-24bit.dtsi
index 65e5fbb..3e81929 100644
--- a/src/arm/am335x-bone-pinmux-panel-1024x600-24bit.dtsi
+++ b/src/arm/am335x-bone-pinmux-panel-1024x600-24bit.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 #include <dt-bindings/board/am335x-bbw-bbb-base.h>
diff --git a/src/arm/am335x-bone-pinmux-ttyS1.dtsi b/src/arm/am335x-bone-pinmux-ttyS1.dtsi
index ae5b813..5ecb4d6 100644
--- a/src/arm/am335x-bone-pinmux-ttyS1.dtsi
+++ b/src/arm/am335x-bone-pinmux-ttyS1.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /* Testing */
diff --git a/src/arm/am335x-bone-pinmux-ttyS2.dtsi b/src/arm/am335x-bone-pinmux-ttyS2.dtsi
index 5fa593a..56cfd73 100644
--- a/src/arm/am335x-bone-pinmux-ttyS2.dtsi
+++ b/src/arm/am335x-bone-pinmux-ttyS2.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /* Testing */
diff --git a/src/arm/am335x-bone-pinmux-ttyS4.dtsi b/src/arm/am335x-bone-pinmux-ttyS4.dtsi
index 1d22a95..5f51bf3 100644
--- a/src/arm/am335x-bone-pinmux-ttyS4.dtsi
+++ b/src/arm/am335x-bone-pinmux-ttyS4.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /* Testing */
diff --git a/src/arm/am335x-bone-uboot-univ.dts b/src/arm/am335x-bone-uboot-univ.dts
index b31b098..14316b0 100644
--- a/src/arm/am335x-bone-uboot-univ.dts
+++ b/src/arm/am335x-bone-uboot-univ.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-bone.dts b/src/arm/am335x-bone.dts
index e09a54f..641f0a2 100644
--- a/src/arm/am335x-bone.dts
+++ b/src/arm/am335x-bone.dts
@@ -1,6 +1,6 @@
 // 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/;
 
@@ -18,6 +18,10 @@
 	};
 };
 
+&sgx {
+	status = "okay";
+};
+
 &ldo3_reg {
 	regulator-min-microvolt = <1800000>;
 	regulator-max-microvolt = <3300000>;
@@ -27,7 +31,3 @@
 &mmc1 {
 	vmmc-supply = <&ldo3_reg>;
 };
-
-&sgx {
-	status = "okay";
-};
diff --git a/src/arm/am335x-boneblack-audio.dts b/src/arm/am335x-boneblack-audio.dts
index 663d549..4d239cf 100644
--- a/src/arm/am335x-boneblack-audio.dts
+++ b/src/arm/am335x-boneblack-audio.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/am335x-boneblack-bbb-exp-c.dts b/src/arm/am335x-boneblack-bbb-exp-c.dts
index 6019522..8133479 100644
--- a/src/arm/am335x-boneblack-bbb-exp-c.dts
+++ b/src/arm/am335x-boneblack-bbb-exp-c.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/am335x-boneblack-bbb-exp-r.dts b/src/arm/am335x-boneblack-bbb-exp-r.dts
index a004914..50b6eb3 100644
--- a/src/arm/am335x-boneblack-bbb-exp-r.dts
+++ b/src/arm/am335x-boneblack-bbb-exp-r.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/am335x-boneblack-bbbmini.dts b/src/arm/am335x-boneblack-bbbmini.dts
index d9b4435..9bc8a7e 100644
--- a/src/arm/am335x-boneblack-bbbmini.dts
+++ b/src/arm/am335x-boneblack-bbbmini.dts
@@ -1,10 +1,7 @@
+// 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/
  *                    Modified by Mirko Denecke <mirkix@gmail.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/;
 
@@ -150,7 +147,7 @@
 	pinctrl-0 = <&spi0_pins>;
 	status = "okay";
 
-	spi0_0 {
+	spi0@0 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		spi-max-frequency = <24000000>;
@@ -165,7 +162,7 @@
 	pinctrl-0 = <&spi1_pins>;
 	status = "okay";
 
-	spi1_0 {
+	spi1@0 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		reg = <0>;
@@ -174,7 +171,7 @@
 		symlink = "spi/1.0";
 	};
 
-	spi1_1 {
+	spi1@1 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		reg = <1>;
diff --git a/src/arm/am335x-boneblack-common.dtsi b/src/arm/am335x-boneblack-common.dtsi
index bdfca25..02fbeba 100644
--- a/src/arm/am335x-boneblack-common.dtsi
+++ b/src/arm/am335x-boneblack-common.dtsi
@@ -1,9 +1,10 @@
 // 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/
  */
 
 #include <dt-bindings/display/tda998x.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 
 &ldo3_reg {
 	regulator-min-microvolt = <1800000>;
@@ -21,6 +22,7 @@
 	pinctrl-0 = <&emmc_pins>;
 	bus-width = <8>;
 	status = "okay";
+	non-removable;
 };
 
 &am33xx_pinmux {
diff --git a/src/arm/am335x-boneblack-roboticscape.dts b/src/arm/am335x-boneblack-roboticscape.dts
index 23b80e2..2431c40 100644
--- a/src/arm/am335x-boneblack-roboticscape.dts
+++ b/src/arm/am335x-boneblack-roboticscape.dts
@@ -1,20 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * @file am335x-boneblack-roboticscape.dtb
- *
- * based on am335x-boneblack.dtb
- *
- * This device tree serves to replace the need for an overlay when using
- * the RoboticsCape. It is similar to the boneblue tree but preserves
- * pin config for the black.
- *
- * This file was updated in April 2018 to support LED driver like in BB Blue
- * This goes in sync with V0.4.0 of the Robotics Cape library
- *
- * @author James Strawson
- * @date April 19, 2018
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
-
-
 /dts-v1/;
 
 #include "am33xx.dtsi"
diff --git a/src/arm/am335x-boneblack-uboot-univ.dts b/src/arm/am335x-boneblack-uboot-univ.dts
index 2dd94e6..fa21825 100644
--- a/src/arm/am335x-boneblack-uboot-univ.dts
+++ b/src/arm/am335x-boneblack-uboot-univ.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-boneblack-uboot.dts b/src/arm/am335x-boneblack-uboot.dts
index a1d7e92..2a18017 100644
--- a/src/arm/am335x-boneblack-uboot.dts
+++ b/src/arm/am335x-boneblack-uboot.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-boneblack-wireless-roboticscape.dts b/src/arm/am335x-boneblack-wireless-roboticscape.dts
index 857c61f..5d2f359 100644
--- a/src/arm/am335x-boneblack-wireless-roboticscape.dts
+++ b/src/arm/am335x-boneblack-wireless-roboticscape.dts
@@ -1,20 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * @file am335x-boneblack-wireless-roboticscape.dtb
- *
- * based on am335x-boneblack-wireless.dtb
- *
- * This device tree serves to replace the need for an overlay when using
- * the RoboticsCape. It is similar to the boneblue tree but preserves
- * pin config for the black.
- *
- * This file was updated in April 2018 to support LED driver like in BB Blue
- * This goes in sync with V0.4.0 of the Robotics Cape library
- *
- * @author James Strawson
- * @date April 19, 2018
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
-
-
 /dts-v1/;
 
 #include "am33xx.dtsi"
diff --git a/src/arm/am335x-boneblack-wireless.dts b/src/arm/am335x-boneblack-wireless.dts
index 01a940a..de9029a 100644
--- a/src/arm/am335x-boneblack-wireless.dts
+++ b/src/arm/am335x-boneblack-wireless.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-boneblack-wl1835mod-cape.dtsi b/src/arm/am335x-boneblack-wl1835mod-cape.dtsi
index 94caa22..cc073e8 100644
--- a/src/arm/am335x-boneblack-wl1835mod-cape.dtsi
+++ b/src/arm/am335x-boneblack-wl1835mod-cape.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 #include <dt-bindings/interrupt-controller/irq.h>
 
diff --git a/src/arm/am335x-boneblack-wl1835mod.dts b/src/arm/am335x-boneblack-wl1835mod.dts
index 78abd6c..5b64d0c 100644
--- a/src/arm/am335x-boneblack-wl1835mod.dts
+++ b/src/arm/am335x-boneblack-wl1835mod.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/am335x-boneblack.dts b/src/arm/am335x-boneblack.dts
index 7bcf13b..d41cc15 100644
--- a/src/arm/am335x-boneblack.dts
+++ b/src/arm/am335x-boneblack.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-boneblue.dts b/src/arm/am335x-boneblue.dts
index 64cc61c..91668af 100644
--- a/src/arm/am335x-boneblue.dts
+++ b/src/arm/am335x-boneblue.dts
@@ -1,6 +1,6 @@
 // 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/;
 
@@ -236,7 +236,6 @@
 			AM33XX_PADCONF(AM335X_PIN_LCD_DATA15, PIN_OUTPUT, MUX_MODE7) /* (T5) lcd_data15.gpio0[11] - P8.32, BATT_LED_2 */
 			AM33XX_PADCONF(AM335X_PIN_GPMC_CSN0, PIN_OUTPUT, MUX_MODE7) /* (V6) gpmc_csn0.gpio1[29] - P8.26, BATT_LED_3 */
 			AM33XX_PADCONF(AM335X_PIN_GPMC_AD10, PIN_OUTPUT, MUX_MODE7) /* (T11) gpmc_ad10.gpio0[26] - P8.14, BATT_LED_4 */
-
 		>;
 	};
 
diff --git a/src/arm/am335x-bonegreen-common.dtsi b/src/arm/am335x-bonegreen-common.dtsi
index 7a88266..9f7fb63 100644
--- a/src/arm/am335x-bonegreen-common.dtsi
+++ b/src/arm/am335x-bonegreen-common.dtsi
@@ -1,6 +1,6 @@
 // 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/
  */
 
 &ldo3_reg {
diff --git a/src/arm/am335x-bonegreen-gateway.dts b/src/arm/am335x-bonegreen-gateway.dts
index 5b3a5b8..eadb0fe 100644
--- a/src/arm/am335x-bonegreen-gateway.dts
+++ b/src/arm/am335x-bonegreen-gateway.dts
@@ -1,6 +1,6 @@
 // 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/;
 
@@ -37,6 +37,8 @@
 	};
 
 	leds {
+		pinctrl-0 = <&user_leds_s0 &extra_led_pins>;
+
 		led6 {
 			label = "beaglebone:green:usr4";
 			gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
@@ -46,6 +48,10 @@
 	};
 };
 
+&sgx {
+	status = "okay";
+};
+
 &cpu0_opp_table {
 	/*
 	 * Octavo Systems:
@@ -61,10 +67,6 @@
 	};
 };
 
-&sgx {
-	status = "okay";
-};
-
 &am33xx_pinmux {
 	pinctrl-names = "default";
 	pinctrl-0 = <&usbhost_pins>;
@@ -102,6 +104,12 @@
 		>;
 	};
 
+	extra_led_pins: pinmux_extra_led_pins {
+		pinctrl-single,pins = <
+			AM33XX_PADCONF(AM335X_PIN_MII1_RXD0, PIN_OUTPUT, MUX_MODE7)	/* WL_Active_LED / USR4 */
+		>;
+	};
+
 	wl18xx_pins: pinmux_wl18xx_pins {
 		pinctrl-single,pins = <
 			AM33XX_PADCONF(AM335X_PIN_MII1_TX_CLK, PIN_OUTPUT_PULLDOWN, MUX_MODE7)	/* gmii1_txclk.gpio3_9 WL_EN */
diff --git a/src/arm/am335x-bonegreen-wireless-common-univ.dtsi b/src/arm/am335x-bonegreen-wireless-common-univ.dtsi
index 019f90e..6325fe3 100644
--- a/src/arm/am335x-bonegreen-wireless-common-univ.dtsi
+++ b/src/arm/am335x-bonegreen-wireless-common-univ.dtsi
@@ -1,6 +1,6 @@
 // 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/
  */
 
 &am33xx_pinmux {
diff --git a/src/arm/am335x-bonegreen-wireless-uboot-univ.dts b/src/arm/am335x-bonegreen-wireless-uboot-univ.dts
index 3adb972..e5d17a7 100644
--- a/src/arm/am335x-bonegreen-wireless-uboot-univ.dts
+++ b/src/arm/am335x-bonegreen-wireless-uboot-univ.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-bonegreen-wireless.dts b/src/arm/am335x-bonegreen-wireless.dts
index 8372b8e..18776d1 100644
--- a/src/arm/am335x-bonegreen-wireless.dts
+++ b/src/arm/am335x-bonegreen-wireless.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-bonegreen.dts b/src/arm/am335x-bonegreen.dts
index dc6f69a..b96c0ef 100644
--- a/src/arm/am335x-bonegreen.dts
+++ b/src/arm/am335x-bonegreen.dts
@@ -1,6 +1,6 @@
 // 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/;
 
diff --git a/src/arm/am335x-cape-bbb-exp-c.dtsi b/src/arm/am335x-cape-bbb-exp-c.dtsi
index d2704c6..95d9ff3 100644
--- a/src/arm/am335x-cape-bbb-exp-c.dtsi
+++ b/src/arm/am335x-cape-bbb-exp-c.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 #include <dt-bindings/board/am335x-bbw-bbb-base.h>
diff --git a/src/arm/am335x-cape-bbb-exp-r.dtsi b/src/arm/am335x-cape-bbb-exp-r.dtsi
index 539409c..ea69842 100644
--- a/src/arm/am335x-cape-bbb-exp-r.dtsi
+++ b/src/arm/am335x-cape-bbb-exp-r.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 #include <dt-bindings/board/am335x-bbw-bbb-base.h>
diff --git a/src/arm/am335x-peripheral-can0.dtsi b/src/arm/am335x-peripheral-can0.dtsi
index 4335e39..e507d3f 100644
--- a/src/arm/am335x-peripheral-can0.dtsi
+++ b/src/arm/am335x-peripheral-can0.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &dcan0 {
diff --git a/src/arm/am335x-peripheral-panel-1024x600-24bit.dtsi b/src/arm/am335x-peripheral-panel-1024x600-24bit.dtsi
index f7c8f8a..182ea4a 100644
--- a/src/arm/am335x-peripheral-panel-1024x600-24bit.dtsi
+++ b/src/arm/am335x-peripheral-panel-1024x600-24bit.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &lcdc {
diff --git a/src/arm/am335x-peripheral-ttyS1.dtsi b/src/arm/am335x-peripheral-ttyS1.dtsi
index f59fa4c..3782b8c 100644
--- a/src/arm/am335x-peripheral-ttyS1.dtsi
+++ b/src/arm/am335x-peripheral-ttyS1.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &uart1 {
diff --git a/src/arm/am335x-peripheral-ttyS2.dtsi b/src/arm/am335x-peripheral-ttyS2.dtsi
index a25d6cf..a7af50f 100644
--- a/src/arm/am335x-peripheral-ttyS2.dtsi
+++ b/src/arm/am335x-peripheral-ttyS2.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &uart2 {
diff --git a/src/arm/am335x-peripheral-ttyS4.dtsi b/src/arm/am335x-peripheral-ttyS4.dtsi
index adc89f0..e1bd2fc 100644
--- a/src/arm/am335x-peripheral-ttyS4.dtsi
+++ b/src/arm/am335x-peripheral-ttyS4.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 &uart4 {
diff --git a/src/arm/am335x-pocketbeagle.dts b/src/arm/am335x-pocketbeagle.dts
index ccb9bd9..f5a501a 100644
--- a/src/arm/am335x-pocketbeagle.dts
+++ b/src/arm/am335x-pocketbeagle.dts
@@ -1,6 +1,6 @@
 // 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>
  */
diff --git a/src/arm/am335x-sancloud-bbe-uboot-univ.dts b/src/arm/am335x-sancloud-bbe-uboot-univ.dts
index 360c5f2..f746c45 100644
--- a/src/arm/am335x-sancloud-bbe-uboot-univ.dts
+++ b/src/arm/am335x-sancloud-bbe-uboot-univ.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
@@ -14,6 +11,11 @@
 / {
 	model = "SanCloud BeagleBone Enhanced";
 	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 {
diff --git a/src/arm/am335x-sancloud-bbe-uboot.dts b/src/arm/am335x-sancloud-bbe-uboot.dts
index 7776c01..59a0dfd 100644
--- a/src/arm/am335x-sancloud-bbe-uboot.dts
+++ b/src/arm/am335x-sancloud-bbe-uboot.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2012 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
@@ -13,6 +10,11 @@
 / {
 	model = "SanCloud BeagleBone Enhanced";
 	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 {
diff --git a/src/arm/am335x-sancloud-bbe.dts b/src/arm/am335x-sancloud-bbe.dts
index 4855005..5c25d6f 100644
--- a/src/arm/am335x-sancloud-bbe.dts
+++ b/src/arm/am335x-sancloud-bbe.dts
@@ -1,6 +1,6 @@
 // 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/;
 
@@ -106,12 +106,14 @@
 	pinctrl-names = "default", "sleep";
 	pinctrl-0 = <&cpsw_default>;
 	pinctrl-1 = <&cpsw_sleep>;
+	status = "okay";
 };
 
 &davinci_mdio {
 	pinctrl-names = "default", "sleep";
 	pinctrl-0 = <&davinci_mdio_default>;
 	pinctrl-1 = <&davinci_mdio_sleep>;
+	status = "okay";
 };
 
 &cpsw_emac0 {
@@ -120,19 +122,19 @@
 };
 
 &i2c0 {
-	lps331ap: lps331ap@5C {
-		compatible = "st,lps331ap";
+	lps331ap: barometer@5c {
+		compatible = "st,lps331ap-press";
 		st,drdy-int-pin = <1>;
-		reg = <0x5C>;
+		reg = <0x5c>;
 		interrupt-parent = <&gpio1>;
-		interrupts = <27 IRQ_TYPE_EDGE_RISING>;
+		interrupts = <26 IRQ_TYPE_EDGE_RISING>;
 	};
 
-	mpu6050: mpu6050@68 {
+	mpu6050: accelerometer@68 {
 		compatible = "invensense,mpu6050";
 		reg = <0x68>;
 		interrupt-parent = <&gpio0>;
 		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>;
 	};
 };
diff --git a/src/arm/am33xx-clocks.dtsi b/src/arm/am33xx-clocks.dtsi
index 8d83195..0267a2b 100644
--- a/src/arm/am33xx-clocks.dtsi
+++ b/src/arm/am33xx-clocks.dtsi
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Device Tree Source for AM33xx clock data
  *
  * 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 {
 	sys_clkin_ck: sys_clkin_ck@40 {
diff --git a/src/arm/am33xx.dtsi b/src/arm/am33xx.dtsi
index af54fe3..7b531cf 100644
--- a/src/arm/am33xx.dtsi
+++ b/src/arm/am33xx.dtsi
@@ -1,7 +1,7 @@
 /*
  * 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
  * version 2.  This program is licensed "as is" without any warranty of any
@@ -953,7 +953,6 @@
 				status = "disabled";
 			};
 
-
 			eqep1: eqep@0x48302180 {
 				compatible = "ti,am33xx-eqep";
 				reg = <0x48302180 0x80>;
diff --git a/src/arm/am5729-beagleboneai-roboticscape.dts b/src/arm/am5729-beagleboneai-roboticscape.dts
index 3bf365e..fd9b72f 100644
--- a/src/arm/am5729-beagleboneai-roboticscape.dts
+++ b/src/arm/am5729-beagleboneai-roboticscape.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * 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.
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  */
 #include "am5729-beagleboneai.dts"
 
diff --git a/src/arm/am5729-beagleboneai.dts b/src/arm/am5729-beagleboneai.dts
index eeb8190..f6f5957 100644
--- a/src/arm/am5729-beagleboneai.dts
+++ b/src/arm/am5729-beagleboneai.dts
@@ -1,10 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * 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/;
 
 #include "dra74x.dtsi"
diff --git a/src/arm/am57xx-beagle-x15-common.dtsi b/src/arm/am57xx-beagle-x15-common.dtsi
index d2ee755..5f5b25f 100644
--- a/src/arm/am57xx-beagle-x15-common.dtsi
+++ b/src/arm/am57xx-beagle-x15-common.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2014-2016 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.
+ * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/am57xx-beagle-x15-revb1.dts b/src/arm/am57xx-beagle-x15-revb1.dts
index 318c2c6..2c6bb7b 100644
--- a/src/arm/am57xx-beagle-x15-revb1.dts
+++ b/src/arm/am57xx-beagle-x15-revb1.dts
@@ -1,6 +1,6 @@
 // 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"
diff --git a/src/arm/am57xx-beagle-x15-revc.dts b/src/arm/am57xx-beagle-x15-revc.dts
index ace3863..8281384 100644
--- a/src/arm/am57xx-beagle-x15-revc.dts
+++ b/src/arm/am57xx-beagle-x15-revc.dts
@@ -1,6 +1,6 @@
 // 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"
diff --git a/src/arm/am57xx-beagle-x15.dts b/src/arm/am57xx-beagle-x15.dts
index 01b635c..1d55ee2 100644
--- a/src/arm/am57xx-beagle-x15.dts
+++ b/src/arm/am57xx-beagle-x15.dts
@@ -1,6 +1,6 @@
 // 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"
diff --git a/src/arm/am57xx-cmem.dtsi b/src/arm/am57xx-cmem.dtsi
index 09f32e4..e66ef87 100644
--- a/src/arm/am57xx-cmem.dtsi
+++ b/src/arm/am57xx-cmem.dtsi
@@ -1,4 +1,5 @@
-/* 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 {
diff --git a/src/arm/dra7-dspeve-thermal.dtsi b/src/arm/dra7-dspeve-thermal.dtsi
index 1c39a84..e755693 100644
--- a/src/arm/dra7-dspeve-thermal.dtsi
+++ b/src/arm/dra7-dspeve-thermal.dtsi
@@ -1,7 +1,7 @@
 /*
  * 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
  * version 2.  This program is licensed "as is" without any warranty of any
diff --git a/src/arm/dra7-evm-common.dtsi b/src/arm/dra7-evm-common.dtsi
index 4be0a0a..0a879f9 100644
--- a/src/arm/dra7-evm-common.dtsi
+++ b/src/arm/dra7-evm-common.dtsi
@@ -262,10 +262,6 @@
 	status = "okay";
 };
 
-&vip1 {
-	status = "okay";
-};
-
 &mmc4 {
 	bus-width = <4>;
 	cap-power-off-card;
@@ -280,3 +276,8 @@
 		interrupts = <7 IRQ_TYPE_EDGE_RISING>;
 	};
 };
+
+&vip1 {
+	status = "okay";
+};
+
diff --git a/src/arm/dra7-ipu-dsp-common.dtsi b/src/arm/dra7-ipu-dsp-common.dtsi
index 90132c9..fbe2603 100644
--- a/src/arm/dra7-ipu-dsp-common.dtsi
+++ b/src/arm/dra7-ipu-dsp-common.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Common IPU and DSP data for TI DRA7xx/AM57xx platforms
  */
diff --git a/src/arm/dra7-iva-thermal.dtsi b/src/arm/dra7-iva-thermal.dtsi
index dd74a53..a707732 100644
--- a/src/arm/dra7-iva-thermal.dtsi
+++ b/src/arm/dra7-iva-thermal.dtsi
@@ -1,7 +1,7 @@
 /*
  * 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
  * version 2.  This program is licensed "as is" without any warranty of any
diff --git a/src/arm/dra7.dtsi b/src/arm/dra7.dtsi
index 5d60a13..32a5491 100644
--- a/src/arm/dra7.dtsi
+++ b/src/arm/dra7.dtsi
@@ -1,9 +1,7 @@
+// 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"
  */
 
diff --git a/src/arm/dra74-ipu-dsp-common.dtsi b/src/arm/dra74-ipu-dsp-common.dtsi
index 3a42fcd..1da954b 100644
--- a/src/arm/dra74-ipu-dsp-common.dtsi
+++ b/src/arm/dra74-ipu-dsp-common.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
  */
diff --git a/src/arm/dra74x-mmc-iodelay.dtsi b/src/arm/dra74x-mmc-iodelay.dtsi
index 30af5a0..4cb4475 100644
--- a/src/arm/dra74x-mmc-iodelay.dtsi
+++ b/src/arm/dra74x-mmc-iodelay.dtsi
@@ -1,7 +1,7 @@
 /*
  * MMC IOdelay values for TI's DRA74x, DRA75x and AM572x SoCs.
  *
- * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2017 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 as
diff --git a/src/arm/dra74x.dtsi b/src/arm/dra74x.dtsi
index 7d7311d..4fce5d2 100644
--- a/src/arm/dra74x.dtsi
+++ b/src/arm/dra74x.dtsi
@@ -1,9 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2014 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"
  */
 
diff --git a/src/arm/dra7xx-clocks.dtsi b/src/arm/dra7xx-clocks.dtsi
index e62b628..2237b67 100644
--- a/src/arm/dra7xx-clocks.dtsi
+++ b/src/arm/dra7xx-clocks.dtsi
@@ -2,10 +2,6 @@
  * Device Tree Source for DRA7xx clock data
  *
  * 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.
  */
 &cm_core_aon_clocks {
 	atl_clkin0_ck: atl_clkin0_ck {
diff --git a/src/arm/omap4-cpu-thermal.dtsi b/src/arm/omap4-cpu-thermal.dtsi
index ab7f87a..03d054b 100644
--- a/src/arm/omap4-cpu-thermal.dtsi
+++ b/src/arm/omap4-cpu-thermal.dtsi
@@ -1,7 +1,7 @@
 /*
  * Device Tree Source for OMAP4/5 SoC CPU thermal
  *
- * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  * Contact: Eduardo Valentin <eduardo.valentin@ti.com>
  *
  * This file is licensed under the terms of the GNU General Public License
diff --git a/src/arm/omap5-board-common.dtsi b/src/arm/omap5-board-common.dtsi
index d1bf0f0..c423771 100644
--- a/src/arm/omap5-board-common.dtsi
+++ b/src/arm/omap5-board-common.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2013 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.
+ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  */
 #include "omap5.dtsi"
 #include <dt-bindings/interrupt-controller/irq.h>
@@ -17,6 +14,10 @@
 		sound1 = &hdmi;
 	};
 
+	chosen {
+		stdout-path = &uart3;
+	};
+
 	vmain: fixedregulator-vmain {
 		compatible = "regulator-fixed";
 		regulator-name = "vmain";
@@ -733,11 +734,11 @@
 };
 
 &dss {
-	status = "ok";
+	status = "okay";
 };
 
 &hdmi {
-	status = "ok";
+	status = "okay";
 
 	/* vdda-supply populated in board specific dts file */
 
diff --git a/src/arm/omap5-core-thermal.dtsi b/src/arm/omap5-core-thermal.dtsi
index de8a3d4..02e7633 100644
--- a/src/arm/omap5-core-thermal.dtsi
+++ b/src/arm/omap5-core-thermal.dtsi
@@ -1,7 +1,7 @@
 /*
  * Device Tree Source for OMAP543x SoC CORE thermal
  *
- * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  * Contact: Eduardo Valentin <eduardo.valentin@ti.com>
  *
  * This file is licensed under the terms of the GNU General Public License
diff --git a/src/arm/omap5-gpu-thermal.dtsi b/src/arm/omap5-gpu-thermal.dtsi
index bc3090f..bf8fa93 100644
--- a/src/arm/omap5-gpu-thermal.dtsi
+++ b/src/arm/omap5-gpu-thermal.dtsi
@@ -1,7 +1,7 @@
 /*
  * Device Tree Source for OMAP543x SoC GPU thermal
  *
- * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  * Contact: Eduardo Valentin <eduardo.valentin@ti.com>
  *
  * This file is licensed under the terms of the GNU General Public License
diff --git a/src/arm/omap5-uevm.dts b/src/arm/omap5-uevm.dts
index 39a4b02..d753612 100644
--- a/src/arm/omap5-uevm.dts
+++ b/src/arm/omap5-uevm.dts
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2013 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.
+ * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  */
 /dts-v1/;
 
diff --git a/src/arm/omap5.dtsi b/src/arm/omap5.dtsi
index 1c7d65d..03959bd 100644
--- a/src/arm/omap5.dtsi
+++ b/src/arm/omap5.dtsi
@@ -1,9 +1,7 @@
+// 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.
  * Based on "omap4.dtsi"
  */
 
diff --git a/src/arm/omap54xx-clocks.dtsi b/src/arm/omap54xx-clocks.dtsi
index 5291934..9561e47 100644
--- a/src/arm/omap54xx-clocks.dtsi
+++ b/src/arm/omap54xx-clocks.dtsi
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Device Tree Source for OMAP5 clock data
  *
  * 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.
  */
 &cm_core_aon_clocks {
 	pad_clks_src_ck: pad_clks_src_ck {
diff --git a/src/arm/tps65217.dtsi b/src/arm/tps65217.dtsi
index 399baaa..0d463de 100644
--- a/src/arm/tps65217.dtsi
+++ b/src/arm/tps65217.dtsi
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2012 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.
  */
 
 /*
-- 
GitLab