浏览代码

ARM: dts: am335x-boneblack-iot-cape: add custom device tree

* This device tree enables various HW interfaces such as SPI

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Jacob Stiffler 9 年之前
父节点
当前提交
1e1c2b2249
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      arch/arm/boot/dts/am335x-boneblack-iot-cape.dts

+ 15 - 0
arch/arm/boot/dts/am335x-boneblack-iot-cape.dts

@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 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.
+ */
+
+#include "am335x-boneblack.dts"
+#include "am335x-boneblack-spi0.dtsi"
+
+/ {
+	model = "TI AM335x BeagleBone Black for LPRF";
+	compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
+};