| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/boot/nspire-classic.dts |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au> |
|---|
| 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 | |
|---|
| 12 | 8 | /include/ "nspire.dtsi" |
|---|
| 13 | 9 | |
|---|
| 14 | 10 | &lcd { |
|---|
| 15 | | - lcd-type = "classic"; |
|---|
| 11 | + port { |
|---|
| 12 | + clcd_pads: endpoint { |
|---|
| 13 | + remote-endpoint = <&panel_in>; |
|---|
| 14 | + }; |
|---|
| 15 | + }; |
|---|
| 16 | 16 | }; |
|---|
| 17 | 17 | |
|---|
| 18 | 18 | &fast_timer { |
|---|
| .. | .. |
|---|
| 73 | 73 | #interrupt-cells = <1>; |
|---|
| 74 | 74 | }; |
|---|
| 75 | 75 | }; |
|---|
| 76 | + |
|---|
| 77 | + panel { |
|---|
| 78 | + compatible = "ti,nspire-classic-lcd-panel"; |
|---|
| 79 | + port { |
|---|
| 80 | + panel_in: endpoint { |
|---|
| 81 | + remote-endpoint = <&clcd_pads>; |
|---|
| 82 | + }; |
|---|
| 83 | + }; |
|---|
| 84 | + }; |
|---|
| 76 | 85 | chosen { |
|---|
| 77 | 86 | bootargs = "debug earlyprintk console=tty0 console=ttyS0,115200n8 root=/dev/ram0"; |
|---|
| 78 | 87 | }; |
|---|