aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/hi3798cv200-u-boot.dtsi')
-rw-r--r--arch/arm/dts/hi3798cv200-u-boot.dtsi22
1 files changed, 15 insertions, 7 deletions
diff --git a/arch/arm/dts/hi3798cv200-u-boot.dtsi b/arch/arm/dts/hi3798cv200-u-boot.dtsi
index 709ae1cbc9..2de06d9529 100644
--- a/arch/arm/dts/hi3798cv200-u-boot.dtsi
+++ b/arch/arm/dts/hi3798cv200-u-boot.dtsi
@@ -8,7 +8,15 @@
8 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> 8 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
9 */ 9 */
10 10
11#include <dt-bindings/reset/ti-syscon.h>
12
11&soc { 13&soc {
14 rst: reset-controller@8a22000 {
15 compatible = "hisilicon,hi3798cv200-reset";
16 reg = <0x8a22000 0x1000>;
17 #reset-cells = <3>;
18 };
19
12 usb2: ehci@9890000 { 20 usb2: ehci@9890000 {
13 compatible = "generic-ehci"; 21 compatible = "generic-ehci";
14 reg = <0x9890000 0x100>; 22 reg = <0x9890000 0x100>;
@@ -16,13 +24,13 @@
16 }; 24 };
17}; 25};
18 26
19&uart0 { 27&gmac1 {
20 status = "disabled"; 28 resets = <&rst 0xcc 9 ASSERT_SET>,
29 <&rst 0xcc 11 ASSERT_SET>,
30 <&rst 0xcc 13 DEASSERT_SET>;
21}; 31};
22 32
23/{ 33&uart0 {
24 chosen { 34 clock = <75000000>;
25 stdout-path = ""; 35 status = "okay";
26 };
27}; 36};
28