| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2013 Armadeus Systems - <support@armadeus.com> |
|---|
| 3 | | - * |
|---|
| 4 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 5 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 6 | | - * Version 2 or later at the following locations: |
|---|
| 7 | | - * |
|---|
| 8 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 9 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 10 | 4 | */ |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | /* APF51Dev is a docking board for the APF51 SOM */ |
|---|
| .. | .. |
|---|
| 80 | 74 | &ecspi1 { |
|---|
| 81 | 75 | pinctrl-names = "default"; |
|---|
| 82 | 76 | pinctrl-0 = <&pinctrl_ecspi1>; |
|---|
| 83 | | - cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>, |
|---|
| 84 | | - <&gpio4 25 GPIO_ACTIVE_HIGH>; |
|---|
| 77 | + cs-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>, |
|---|
| 78 | + <&gpio4 25 GPIO_ACTIVE_LOW>; |
|---|
| 85 | 79 | status = "okay"; |
|---|
| 86 | 80 | }; |
|---|
| 87 | 81 | |
|---|