summaryrefslogtreecommitdiff
path: root/arch/arm/dts/grapeboard.dtsi
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
commit505d9ce1aae6b4226c33cd0903c0123ea3c8c128 (patch)
tree55df8809af3c7d5b0e0cd2f520f93e2b9f662d7f /arch/arm/dts/grapeboard.dtsi
parentc249f5f07214250195863b8ac76424abe94f64e3 (diff)
downloadu-boot-505d9ce1aae6b4226c33cd0903c0123ea3c8c128.tar.xz
Grapeboard support added
Diffstat (limited to 'arch/arm/dts/grapeboard.dtsi')
-rw-r--r--arch/arm/dts/grapeboard.dtsi39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/dts/grapeboard.dtsi b/arch/arm/dts/grapeboard.dtsi
new file mode 100644
index 0000000..7e61cbc
--- /dev/null
+++ b/arch/arm/dts/grapeboard.dtsi
@@ -0,0 +1,39 @@
+/*
+ * Device Tree Include file for Freescale Layerscape-1012A family SoC.
+ *
+ * Copyright 2016, Freescale Semiconductor
+ *
+ * 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 kind, whether express or implied.
+ */
+
+/include/ "fsl-ls1012a.dtsi"
+
+/ {
+ model = "LS1012A Grape Board";
+ aliases {
+ spi0 = &qspi;
+ };
+};
+
+&qspi {
+ bus-num = <0>;
+ status = "okay";
+
+ qflash0: s25fl128s@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "spi-flash";
+ spi-max-frequency = <20000000>;
+ reg = <0>;
+ };
+};
+
+&i2c0 {
+ status = "okay";
+};
+
+&duart0 {
+ status = "okay";
+};