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";
42 #address-cells = <1>;
43 #size-cells = <0>;
45 label = "Power-on Switch";
51 gpio-leds {
52 compatible = "gpio-leds";
53 pinctrl-0 = <&pmx_power_led>;
54 pinctrl-names = "default";
67 devbus,bus-width = <8>;
68 devbus,turn-off-ps = <90000>;
69 devbus,badr-skew-ps = <0>;
70 devbus,acc-first-ps = <186000>;
71 devbus,acc-next-ps = <186000>;
74 devbus,wr-high-ps = <90000>;
75 devbus,wr-low-ps = <90000>;
76 devbus,ale-wr-ps = <90000>;
79 * Currently the MTD code does not recognize the MX29LV400CBCT
80 * as a bottom-type device. This could cause risks of
82 * a single, write-protected partition covering the whole
84 * issue is sorted out in the MTD code, break this into at
85 * least three partitions: 'u-boot code', 'u-boot environment'
89 compatible = "cfi-flash";
91 bank-width = <1>;
92 #address-cells = <1>;
93 #size-cells = <1>;
98 read-only;
110 ethernet-port@0 {
111 phy-handle = <&ethphy>;
117 clock-frequency = <100000>;
118 #address-cells = <1>;
123 interrupt-parent = <&gpio0>;
131 ethphy: ethernet-phy {
137 pinctrl-0 = <&pmx_rtc &pmx_power_led_ctrl>;
138 pinctrl-names = "default";
140 pmx_power_button: pmx-power-button {
145 pmx_power_led: pmx-power-led {
150 pmx_power_led_ctrl: pmx-power-led-ctrl {
155 pmx_rtc: pmx-rtc {
162 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
163 pinctrl-names = "default";
165 nr-ports = <2>;