.. | .. |
---|
| 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 | /dts-v1/; |
---|
12 | 8 | #include "imx6dl.dtsi" |
---|
.. | .. |
---|
28 | 24 | }; |
---|
29 | 25 | |
---|
30 | 26 | memory@10000000 { |
---|
| 27 | + device_type = "memory"; |
---|
31 | 28 | reg = <0x10000000 0x40000000>; |
---|
32 | 29 | }; |
---|
33 | 30 | |
---|
.. | .. |
---|
64 | 61 | }; |
---|
65 | 62 | |
---|
66 | 63 | &ecspi2 { |
---|
67 | | - cs-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; |
---|
| 64 | + cs-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>; |
---|
68 | 65 | pinctrl-names = "default"; |
---|
69 | 66 | pinctrl-0 = <&pinctrl_ecspi2>; |
---|
70 | 67 | status = "okay"; |
---|
.. | .. |
---|
82 | 79 | }; |
---|
83 | 80 | |
---|
84 | 81 | &pwm1 { |
---|
| 82 | + #pwm-cells = <2>; |
---|
85 | 83 | status = "okay"; |
---|
86 | 84 | }; |
---|