Yang Xiwen | 33f1903 | 2023-04-01 19:17:36 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * DTS File for Skyworth HC2910 with board label 2AGHD05 set-top box. |
| 4 | * |
| 5 | * Released under the GPLv2 only. |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "hi3798mv200.dtsi" |
| 11 | |
| 12 | / { |
| 13 | // Usually known as Henan Guangdian HC2910 |
| 14 | model = "Skyworth HC2910 with board label 2AGHD05"; |
| 15 | compatible = "skyworth,hc2910-2aghd05", "hisilicon,hi3798mv200"; |
| 16 | |
| 17 | aliases { |
| 18 | serial0 = &uart0; |
| 19 | }; |
| 20 | |
| 21 | chosen { |
| 22 | stdout-path = "serial0:115200n8"; |
| 23 | }; |
| 24 | |
| 25 | memory@0 { |
| 26 | device_type = "memory"; |
| 27 | reg = <0x0 0x0 0x0 0x80000000>; |
| 28 | }; |
| 29 | }; |
| 30 | |
| 31 | &ehci { |
| 32 | status = "okay"; |
| 33 | }; |
| 34 | |
| 35 | &emmc { |
| 36 | fifo-depth = <256>; |
| 37 | clock-frequency = <200000000>; |
| 38 | cap-mmc-highspeed; |
| 39 | mmc-ddr-1_8v; |
| 40 | mmc-hs200-1_8v; |
| 41 | non-removable; |
| 42 | bus-width = <8>; |
| 43 | status = "okay"; |
| 44 | }; |
| 45 | |
| 46 | &gmac { |
| 47 | status = "okay"; |
| 48 | #address-cells = <1>; |
| 49 | #size-cells = <0>; |
| 50 | phy-handle = <ð_phy1>; |
| 51 | phy-mode = "rgmii"; |
| 52 | hisilicon,phy-reset-delays-us = <10000 10000 30000>; |
| 53 | |
| 54 | eth_phy1: phy@3 { |
| 55 | reg = <3>; |
| 56 | }; |
| 57 | }; |
| 58 | |
| 59 | &ohci { |
| 60 | status = "okay"; |
| 61 | }; |
| 62 | |
| 63 | &sd0 { |
| 64 | bus-width = <4>; |
| 65 | cap-sd-highspeed; |
| 66 | status = "okay"; |
| 67 | }; |
| 68 | |
| 69 | &uart0 { |
| 70 | status = "okay"; |
| 71 | }; |