| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Samsung's S5PV210 SoC device tree source |
| 4 | * |
| 5 | * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd. |
| 6 | * |
| 7 | * Mateusz Krawczuk <m.krawczuk@partner.samsung.com> |
| 8 | * Tomasz Figa <t.figa@samsung.com> |
| 9 | * |
| 10 | * Board device tree source for YIC System SMDC110 board. |
| 11 | * |
| 12 | * NOTE: This file is completely based on original board file for mach-smdkc110 |
| 13 | * available in Linux 3.15 and intends to provide equivalent level of hardware |
| 14 | * support. Due to lack of hardware, _no_ testing has been performed. |
| 15 | */ |
| 16 | |
| 17 | /dts-v1/; |
| 18 | #include <dt-bindings/input/input.h> |
| 19 | #include "s5pv210.dtsi" |
| 20 | |
| 21 | / { |
| 22 | model = "YIC System SMDKC110 based on S5PC110"; |
| 23 | compatible = "yic,smdkc110", "samsung,s5pv210"; |
| 24 | |
| 25 | chosen { |
| 26 | bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk"; |
| 27 | }; |
| 28 | |
| 29 | memory@20000000 { |
| 30 | device_type = "memory"; |
| 31 | reg = <0x20000000 0x20000000>; |
| 32 | }; |
| 33 | }; |
| 34 | |
| 35 | &xusbxti { |
| 36 | clock-frequency = <24000000>; |
| 37 | }; |
| 38 | |
| 39 | &uart0 { |
| 40 | status = "okay"; |
| 41 | }; |
| 42 | |
| 43 | &uart1 { |
| 44 | status = "okay"; |
| 45 | }; |
| 46 | |
| 47 | &uart2 { |
| 48 | status = "okay"; |
| 49 | }; |
| 50 | |
| 51 | &uart3 { |
| 52 | status = "okay"; |
| 53 | }; |
| 54 | |
| 55 | &rtc { |
| 56 | status = "okay"; |
| 57 | }; |
| 58 | |
| 59 | &i2c0 { |
| 60 | status = "okay"; |
| 61 | |
| 62 | audio-codec@1b { |
| 63 | compatible = "wlf,wm8580"; |
| 64 | reg = <0x1b>; |
| 65 | }; |
| 66 | |
| 67 | eeprom@50 { |
| 68 | compatible = "atmel,24c08"; |
| 69 | reg = <0x50>; |
| 70 | }; |
| 71 | }; |
| 72 | |
| 73 | &i2s0 { |
| 74 | status = "okay"; |
| 75 | }; |