| .. | .. |
|---|
| 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" |
|---|
| .. | .. |
|---|
| 17 | 13 | compatible = "fsl,imx6dl"; |
|---|
| 18 | 14 | |
|---|
| 19 | 15 | memory@10000000 { |
|---|
| 16 | + device_type = "memory"; |
|---|
| 20 | 17 | reg = <0x10000000 0x40000000>; |
|---|
| 21 | 18 | }; |
|---|
| 22 | 19 | |
|---|
| .. | .. |
|---|
| 72 | 69 | }; |
|---|
| 73 | 70 | |
|---|
| 74 | 71 | &pwm3 { |
|---|
| 72 | + #pwm-cells = <2>; |
|---|
| 75 | 73 | status = "okay"; |
|---|
| 76 | 74 | }; |
|---|