Lines Matching +full:mtd +full:- +full:eeprom
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2012 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 * TODO: add power-off support.
8 * TODO: add I2C EEPROM support.
11 /dts-v1/;
13 #include <dt-bindings/gpio/gpio.h>
14 #include <dt-bindings/input/input.h>
15 #include <dt-bindings/interrupt-controller/irq.h>
16 #include "orion5x-mv88f5182.dtsi"
20 compatible = "lacie,ethernet-disk-mini-v2", "marvell,orion5x-88f5182", "marvell,orion5x";
29 stdout-path = &uart0;
38 gpio-keys {
39 compatible = "gpio-keys";
40 pinctrl-0 = <&pmx_power_button>;
41 pinctrl-names = "default";
43 button-1 {
44 label = "Power-on Switch";
50 gpio-leds {
51 compatible = "gpio-leds";
52 pinctrl-0 = <&pmx_power_led>;
53 pinctrl-names = "default";
55 led-1 {
66 devbus,bus-width = <8>;
67 devbus,turn-off-ps = <90000>;
68 devbus,badr-skew-ps = <0>;
69 devbus,acc-first-ps = <186000>;
70 devbus,acc-next-ps = <186000>;
73 devbus,wr-high-ps = <90000>;
74 devbus,wr-low-ps = <90000>;
75 devbus,ale-wr-ps = <90000>;
78 * Currently the MTD code does not recognize the MX29LV400CBCT
79 * as a bottom-type device. This could cause risks of
81 * a single, write-protected partition covering the whole
83 * issue is sorted out in the MTD code, break this into at
84 * least three partitions: 'u-boot code', 'u-boot environment'
88 compatible = "cfi-flash";
90 bank-width = <1>;
91 #address-cells = <1>;
92 #size-cells = <1>;
97 read-only;
109 ethernet-port@0 {
110 phy-handle = <ðphy>;
116 clock-frequency = <100000>;
117 #address-cells = <1>;
122 interrupt-parent = <&gpio0>;
130 ethphy: ethernet-phy {
136 pinctrl-0 = <&pmx_rtc &pmx_power_led_ctrl>;
137 pinctrl-names = "default";
139 pmx_power_button: pmx-power-button {
144 pmx_power_led: pmx-power-led {
149 pmx_power_led_ctrl: pmx-power-led-ctrl {
154 pmx_rtc: pmx-rtc {
161 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
162 pinctrl-names = "default";
164 nr-ports = <2>;