aboutsummaryrefslogtreecommitdiff
path: root/src/arm/kirkwood-ns2lite.dts
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-09-04 21:26:34 +0000
committerWarner Losh <imp@FreeBSD.org>2014-09-04 21:26:34 +0000
commitbadb06f132f013e8417b0da07fb413ec6bb9bbe5 (patch)
treed8a82beb4f57601df078a9c948ef2d000f89fddb /src/arm/kirkwood-ns2lite.dts
parent081ea6e2ce3778c71b9db86f0af1900ecfc266d6 (diff)
downloadsrc-badb06f132f013e8417b0da07fb413ec6bb9bbe5.tar.gz
src-badb06f132f013e8417b0da07fb413ec6bb9bbe5.zip
Properly trim the vendor tree to include only those files that we want
merged into FreeBSD. Cherry picking from a full vendor tree was too hard and lead to undestirable svn results. Note: We only tim the dts* files, we don't trim the dt-bindings tree, since having all of them causes no problems and the benefit to trimming there is far out weighed by the cost of doing the trim each time.
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=271139
Diffstat (limited to 'src/arm/kirkwood-ns2lite.dts')
-rw-r--r--src/arm/kirkwood-ns2lite.dts34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/arm/kirkwood-ns2lite.dts b/src/arm/kirkwood-ns2lite.dts
deleted file mode 100644
index 1f2ca60d8b3d..000000000000
--- a/src/arm/kirkwood-ns2lite.dts
+++ /dev/null
@@ -1,34 +0,0 @@
-/dts-v1/;
-
-#include "kirkwood-ns2-common.dtsi"
-
-/ {
- model = "LaCie Network Space Lite v2";
- compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
-
- memory {
- device_type = "memory";
- reg = <0x00000000 0x8000000>;
- };
-
- ocp@f1000000 {
- sata@80000 {
- pinctrl-0 = <&pmx_ns2_sata0>;
- pinctrl-names = "default";
- status = "okay";
- nr-ports = <1>;
- };
- };
-
- gpio-leds {
- compatible = "gpio-leds";
-
- blue-sata {
- label = "ns2:blue:sata";
- gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "ide-disk";
- };
- };
-};
-
-&ethphy0 { reg = <0>; };