Lines Matching +full:skew +full:- +full:delay
1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree file for D-Link DNS-313 1-Bay Network Storage Enclosure
6 /dts-v1/;
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/thermal/thermal.h>
13 model = "D-Link DNS-313 1-Bay Network Storage Enclosure";
14 compatible = "dlink,dns-313", "cortina,gemini";
15 #address-cells = <1>;
16 #size-cells = <1>;
19 /* 64 MB SDRAM in a Nanya NT5DS32M16BS-6K package */
25 mdio-gpio0 = &mdio0;
30 stdout-path = "uart0:19200n8";
34 compatible = "gpio-keys";
36 button-esc {
37 debounce-interval = <100>;
38 wakeup-source;
46 compatible = "gpio-leds";
47 led-power {
50 default-state = "on";
51 linux,default-trigger = "heartbeat";
53 led-disk-blue {
56 default-state = "off";
58 led-disk-green {
61 default-state = "off";
62 linux,default-trigger = "disk-read";
64 led-disk-red {
67 default-state = "off";
68 linux,default-trigger = "disk-write";
73 * This is a ADDA AD0405GB-G73 fan @3000 and 6000 RPM.
75 fan0: gpio-fan {
76 compatible = "gpio-fan";
79 gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>;
80 #cooling-cells = <2>;
84 /* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
86 compatible = "i2c-gpio";
87 sda-gpios = <&gpio0 15 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
88 scl-gpios = <&gpio0 16 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
89 #address-cells = <1>;
90 #size-cells = <0>;
92 g751: temperature-sensor@48 {
95 #thermal-sensor-cells = <0>;
99 thermal-zones {
100 chassis-thermal {
102 polling-delay = <20000>;
104 polling-delay-passive = <2000>;
106 thermal-sensors = <&g751>;
110 chassis_alert0: chassis-alert0 {
116 chassis_alert1: chassis-alert1 {
122 chassis_crit: chassis-crit {
130 cooling-maps {
133 cooling-device = <&fan0 1 1>;
137 cooling-device = <&fan0 2 2>;
144 compatible = "virtual,mdio-gpio";
148 #address-cells = <1>;
149 #size-cells = <0>;
152 phy0: ethernet-phy@1 {
154 device_type = "ethernet-phy";
164 compatible = "cortina,gemini-flash", "jedec-flash";
174 read-only;
179 read-only;
184 read-only;
192 gpio0_default_pins: pinctrl-gpio0 {
211 gpio1_default_pins: pinctrl-gpio1 {
218 pinctrl-gmii {
229 skew-delay = <0>;
233 skew-delay = <10>;
237 skew-delay = <15>;
241 skew-delay = <7>;
245 skew-delay = <10>;
248 /* The data lines all have default skew */
255 skew-delay = <7>;
260 skew-delay = <5>;
265 drive-strength = <16>;
273 cortina,gemini-ata-muxmode = <0>;
274 cortina,gemini-enable-sata-bridge;
279 pinctrl-names = "default";
280 pinctrl-0 = <&gpio0_default_pins>;
284 pinctrl-names = "default";
285 pinctrl-0 = <&gpio1_default_pins>;
291 ethernet-port@0 {
292 phy-mode = "rgmii";
293 phy-handle = <&phy0>;
295 ethernet-port@1 {