.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * support fot the imx6 based aristainetos board |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2014 Heiko Schocher <hs@denx.de> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #include <dt-bindings/gpio/gpio.h> |
---|
.. | .. |
---|
95 | 91 | }; |
---|
96 | 92 | |
---|
97 | 93 | &ecspi4 { |
---|
98 | | - cs-gpios = <&gpio3 20 0>; |
---|
| 94 | + cs-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>; |
---|
99 | 95 | pinctrl-names = "default"; |
---|
100 | 96 | pinctrl-0 = <&pinctrl_ecspi4>; |
---|
101 | 97 | status = "okay"; |
---|
102 | 98 | |
---|
103 | | - flash: m25p80@0 { |
---|
| 99 | + flash: flash@0 { |
---|
104 | 100 | #address-cells = <1>; |
---|
105 | 101 | #size-cells = <1>; |
---|
106 | 102 | compatible = "micron,n25q128a11", "jedec,spi-nor"; |
---|