summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/alphascale-asm9260.dtsi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-03-12 06:43:58 +0000
committerimp <imp@FreeBSD.org>2015-03-12 06:43:58 +0000
commit86778ceeca8b8727f20ce00d041d4a15e0b6db4e (patch)
treeb75ea5cd24af5c61be6c4ef2dc3fc81f7c671137 /sys/gnu/dts/arm/alphascale-asm9260.dtsi
parent3247c2766c86a7876d8d62285a7df7a0b4e936a3 (diff)
downloadFreeBSD-src-86778ceeca8b8727f20ce00d041d4a15e0b6db4e.zip
FreeBSD-src-86778ceeca8b8727f20ce00d041d4a15e0b6db4e.tar.gz
File names with commas in them cause issues for freebsd-update. We
don't actually use these files at the moment, so eliminate them until we actually do. In the mean time, freebsd-update will be updated to eliminate the issues. Requested by: cperciva
Diffstat (limited to 'sys/gnu/dts/arm/alphascale-asm9260.dtsi')
-rw-r--r--sys/gnu/dts/arm/alphascale-asm9260.dtsi63
1 files changed, 0 insertions, 63 deletions
diff --git a/sys/gnu/dts/arm/alphascale-asm9260.dtsi b/sys/gnu/dts/arm/alphascale-asm9260.dtsi
deleted file mode 100644
index 907fc7b..0000000
--- a/sys/gnu/dts/arm/alphascale-asm9260.dtsi
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de>
- *
- * Licensed under the X11 license or the GPL v2 (or later)
- */
-
-#include "skeleton.dtsi"
-#include <dt-bindings/clock/alphascale,asm9260.h>
-
-/ {
- interrupt-parent = <&icoll>;
-
- memory {
- device_type = "memory";
- reg = <0x20000000 0x2000000>;
- };
-
- cpus {
- #address-cells = <0>;
- #size-cells = <0>;
-
- cpu {
- compatible = "arm,arm926ej-s";
- device_type = "cpu";
- clocks = <&acc CLKID_SYS_CPU>;
- };
- };
-
- osc24m: oscillator {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <24000000>;
- clock-accuracy = <30000>;
- };
-
- soc {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "simple-bus";
- ranges;
-
- acc: clock-controller@80040000 {
- compatible = "alphascale,asm9260-clock-controller";
- #clock-cells = <1>;
- clocks = <&osc24m>;
- reg = <0x80040000 0x204>;
- };
-
- icoll: interrupt-controller@80054000 {
- compatible = "alphascale,asm9260-icoll";
- interrupt-controller;
- #interrupt-cells = <1>;
- reg = <0x80054000 0x200>;
- };
-
- timer0: timer@80088000 {
- compatible = "alphascale,asm9260-timer";
- reg = <0x80088000 0x4000>;
- clocks = <&acc CLKID_AHB_TIMER0>;
- interrupts = <29>;
- };
- };
-};
OpenPOWER on IntegriCloud