Lines Matching +full:mtd +full:- +full:eeprom
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include "orion5x-mv88f5182.dtsi"
16 compatible = "lacie,d2-network", "marvell,orion5x-88f5182", "marvell,orion5x";
25 stdout-path = &uart0;
34 gpio-keys {
35 compatible = "gpio-keys";
36 pinctrl-0 = <&pmx_buttons>;
37 pinctrl-names = "default";
38 #address-cells = <1>;
39 #size-cells = <0>;
48 linux,input-type = <5>; /* EV_SW */
55 linux,input-type = <5>; /* EV_SW */
62 compatible = "simple-bus";
63 #address-cells = <1>;
64 #size-cells = <0>;
65 pinctrl-0 = <&pmx_sata0_power &pmx_sata1_power>;
66 pinctrl-names = "default";
69 compatible = "regulator-fixed";
71 regulator-name = "SATA0 Power";
72 regulator-min-microvolt = <5000000>;
73 regulator-max-microvolt = <5000000>;
74 enable-active-high;
75 regulator-always-on;
76 regulator-boot-on;
81 compatible = "regulator-fixed";
83 regulator-name = "SATA1 Power";
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
86 enable-active-high;
87 regulator-always-on;
88 regulator-boot-on;
97 devbus,keep-config;
100 * Currently the MTD code does not recognize the MX29LV400CBCT
101 * as a bottom-type device. This could cause risks of
103 * a single, write-protected partition covering the whole
105 * issue is sorted out in the MTD code, break this into at
106 * least three partitions: 'u-boot code', 'u-boot environment'
110 compatible = "cfi-flash";
112 bank-width = <1>;
113 #address-cells = <1>;
114 #size-cells = <1>;
119 read-only;
127 ethphy: ethernet-phy {
139 ethernet-port@0 {
140 phy-handle = <ðphy>;
146 clock-frequency = <100000>;
147 #address-cells = <1>;
162 eeprom@50 {
169 pinctrl-0 = <&pmx_leds &pmx_board_id &pmx_fan_fail>;
170 pinctrl-names = "default";
172 pmx_board_id: pmx-board-id {
177 pmx_buttons: pmx-buttons {
182 pmx_fan_fail: pmx-fan-fail {
191 pmx_leds: pmx-leds {
196 pmx_sata0_led_active: pmx-sata0-led-active {
201 pmx_sata0_power: pmx-sata0-power {
206 pmx_sata1_led_active: pmx-sata1-led-active {
211 pmx_sata1_power: pmx-sata1-power {
225 pinctrl-0 = <&pmx_sata0_led_active
227 pinctrl-names = "default";
229 nr-ports = <2>;