.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2013 Marek Vasut <marex@denx.de> |
---|
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 | /dts-v1/; |
---|
.. | .. |
---|
327 | 321 | }; |
---|
328 | 322 | |
---|
329 | 323 | &pwm1 { |
---|
| 324 | + #pwm-cells = <2>; |
---|
330 | 325 | pinctrl-names = "default"; |
---|
331 | 326 | pinctrl-0 = <&pinctrl_pwm1>; |
---|
332 | 327 | status = "okay"; |
---|