aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-12-16 00:21:33 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-12-22 01:24:23 +0100
commitc640370939d725238aa6200423eb8aabf59ef23e (patch)
treedbc336cb5cf8f52750c0c6ced21ef981da728601 /target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi
parentde6dd7a8db1c073734113156668bca6792dc123d (diff)
downloadupstream-c640370939d725238aa6200423eb8aabf59ef23e.tar.gz
upstream-c640370939d725238aa6200423eb8aabf59ef23e.tar.bz2
upstream-c640370939d725238aa6200423eb8aabf59ef23e.zip
lantiq: use soc_vendor_device scheme on DTS file
This renames lantiq DTS(I) files to follow soc_vendor_device scheme. This will make DTS files easier to maintain. As a side effect, DTS file name can be derived from device node names now, only having to specify a SOC variable in Makefiles. While at it, move files to arch/mips/boot/dts/lantiq subfolder. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi110
1 files changed, 0 insertions, 110 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi
deleted file mode 100644
index fa8c0b4b06..0000000000
--- a/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi
+++ /dev/null
@@ -1,110 +0,0 @@
-
-#include <dt-bindings/interrupt-controller/irq.h>
-#include <dt-bindings/gpio/gpio.h>
-
-/ {
- compatible = "lantiq,easy98000", "lantiq,falcon";
-
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x4000000>;
- };
-
- leds {
- compatible = "gpio-leds";
- pinctrl-names = "default";
- pinctrl-0 = <&bootled_pins>;
-
- LED_0 {
- label = "easy98000:green:gpon";
- gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- LED_1 {
- label = "easy98000:red:gpon";
- gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- LED_2 {
- label = "easy98000:green:gpon_tx";
- gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- LED_3 {
- label = "easy98000:green:gpon_rx";
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- LED_4 {
- label = "easy98000:green:voice";
- gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- LED_5 {
- label = "easy98000:green:status";
- gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
- default-state = "keep";
- };
- };
-};
-
-&ebu_cs1 {
- eth0: ethernet@3 {
- compatible = "davicom,dm9000";
- device_type = "network";
- reg = <0x0000003 0x1>, <0x0000001 0x1>;
- reg-names = "addr", "data";
- interrupt-parent = <&gpio1>;
- #interrupt-cells = <2>;
- interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
- local-mac-address = [ 00 00 00 00 00 00 ];
- };
-
- cpld@3c00000 {
- compatible = "lantiq,easy98000_addon";
- reg = <0x3c00000 0x2>;
- };
-
- cpld@3c0000c {
- compatible = "lantiq,easy98000_cpld_led";
- reg = <0x3c0000c 0x2>, <0x3c00012 0x2>;
- };
-};
-
-/* // enable this for second uart:
-&serial1 {
- status = "okay";
-};*/
-
-&spi {
- status = "okay";
-
- eeprom@2 {
- compatible = "atmel,at25", "atmel,at25160n";
- reg = <2>;
- spi-max-frequency = <1000000>;
- spi-cpha;
- spi-cpol;
-
- pagesize = <32>;
- size = <2048>;
- address-width = <16>;
- };
-};
-
-&i2c {
- status = "okay";
-
- clock-frequency = <100000>;
-
- /* eeprom-emulation by OMU */
- eeprom@50 {
- compatible = "at,24c02";
- reg = <0x50>;
- };
- eeprom@51 {
- compatible = "at,24c02";
- reg = <0x51>;
- };
-};
-