arm64: zynqmp: Disable BOOTCOMMAND
[oweals/u-boot.git] / arch / arc / dts / hsdk.dts
index 80b864af7436876e0b4a5824708576b4dd692602..f024b96925e440c956674833ab954f9fe6688554 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 /dts-v1/;
 
@@ -9,6 +8,8 @@
 #include "dt-bindings/clock/snps,hsdk-cgu.h"
 
 / {
+       model = "snps,hsdk";
+
        #address-cells = <1>;
        #size-cells = <1>;
 
@@ -21,7 +22,7 @@
                core_clk: core_clk {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
-                       clock-frequency = <1000000000>;
+                       clock-frequency = <500000000>;
                        u-boot,dm-pre-reloc;
                };
        };
        };
 
        cs_gpio: gpio@f00014b0 {
-               compatible = "snps,hsdk-creg-gpio";
+               compatible = "snps,creg-gpio";
                reg = <0xf00014b0 0x4>;
                gpio-controller;
                #gpio-cells = <1>;
                gpio-bank-name = "hsdk-spi-cs";
                gpio-count = <1>;
+               gpio-first-shift = <0>;
+               gpio-bit-per-line = <2>;
+               gpio-activate-val = <2>;
+               gpio-deactivate-val = <3>;
+               gpio-default-val = <1>;
        };
 };