| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Atmel, |
|---|
| 5 | 6 | * 2012 Hong Xu <hong.xu@atmel.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * Licensed under GPLv2 or later. |
|---|
| 8 | 7 | */ |
|---|
| 9 | 8 | /dts-v1/; |
|---|
| 10 | 9 | #include "at91sam9n12.dtsi" |
|---|
| .. | .. |
|---|
| 18 | 17 | stdout-path = "serial0:115200n8"; |
|---|
| 19 | 18 | }; |
|---|
| 20 | 19 | |
|---|
| 21 | | - memory { |
|---|
| 20 | + memory@20000000 { |
|---|
| 22 | 21 | reg = <0x20000000 0x8000000>; |
|---|
| 23 | 22 | }; |
|---|
| 24 | 23 | |
|---|
| .. | .. |
|---|
| 60 | 59 | wm8904: codec@1a { |
|---|
| 61 | 60 | compatible = "wlf,wm8904"; |
|---|
| 62 | 61 | reg = <0x1a>; |
|---|
| 63 | | - clocks = <&pck0>; |
|---|
| 62 | + clocks = <&pmc PMC_TYPE_SYSTEM 8>; |
|---|
| 64 | 63 | clock-names = "mclk"; |
|---|
| 65 | 64 | }; |
|---|
| 66 | 65 | |
|---|
| .. | .. |
|---|
| 239 | 238 | }; |
|---|
| 240 | 239 | |
|---|
| 241 | 240 | panel: panel { |
|---|
| 242 | | - compatible = "qiaodian,qd43003c0-40", "simple-panel"; |
|---|
| 241 | + compatible = "qiaodian,qd43003c0-40"; |
|---|
| 243 | 242 | backlight = <&backlight>; |
|---|
| 244 | 243 | power-supply = <&panel_reg>; |
|---|
| 245 | 244 | #address-cells = <1>; |
|---|