| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2016-2017 |
|---|
| 3 | 4 | * Lukasz Majewski, DENX Software Engineering, lukma@denx.de |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 7 | | - * published by the Free Software Foundation. |
|---|
| 8 | | - * |
|---|
| 9 | 5 | */ |
|---|
| 10 | 6 | |
|---|
| 11 | 7 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 20 | 16 | compatible = "lwn,mccmon6", "fsl,imx6q"; |
|---|
| 21 | 17 | |
|---|
| 22 | 18 | memory@10000000 { |
|---|
| 19 | + device_type = "memory"; |
|---|
| 23 | 20 | reg = <0x10000000 0x80000000>; |
|---|
| 24 | 21 | }; |
|---|
| 25 | 22 | |
|---|
| .. | .. |
|---|
| 240 | 237 | }; |
|---|
| 241 | 238 | |
|---|
| 242 | 239 | &pwm2 { |
|---|
| 243 | | - #pwm-cells = <3>; |
|---|
| 244 | 240 | pinctrl-names = "default"; |
|---|
| 245 | 241 | pinctrl-0 = <&pinctrl_pwm2>; |
|---|
| 246 | 242 | status = "okay"; |
|---|