| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | /* |
| 3 | * Copyright (C) 2014 STMicroelectronics (R&D) Limited. |
| 4 | * Author: Peter Griffin <peter.griffin@linaro.org> |
| 5 | */ |
| 6 | /dts-v1/; |
| 7 | #include "stih410.dtsi" |
| 8 | #include "stihxxx-b2120.dtsi" |
| 9 | / { |
| 10 | model = "STiH410 B2120"; |
| 11 | compatible = "st,stih410-b2120", "st,stih410"; |
| 12 | |
| 13 | chosen { |
| 14 | bootargs = "clk_ignore_unused"; |
| 15 | stdout-path = &sbc_serial0; |
| 16 | }; |
| 17 | |
| 18 | memory@40000000 { |
| 19 | device_type = "memory"; |
| 20 | reg = <0x40000000 0x80000000>; |
| 21 | }; |
| 22 | |
| 23 | aliases { |
| 24 | serial0 = &sbc_serial0; |
| 25 | ethernet0 = ðernet0; |
| 26 | }; |
| 27 | |
| 28 | soc { |
| 29 | |
| 30 | mmc0: sdhci@9060000 { |
| 31 | max-frequency = <200000000>; |
| 32 | sd-uhs-sdr50; |
| 33 | sd-uhs-sdr104; |
| 34 | sd-uhs-ddr50; |
| 35 | }; |
| 36 | |
| 37 | usb2_picophy1: phy2@0 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | usb2_picophy2: phy3@0 { |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | |
| 45 | ohci0: usb@9a03c00 { |
| 46 | status = "okay"; |
| 47 | }; |
| 48 | |
| 49 | ehci0: usb@9a03e00 { |
| 50 | status = "okay"; |
| 51 | }; |
| 52 | |
| 53 | ohci1: usb@9a83c00 { |
| 54 | status = "okay"; |
| 55 | }; |
| 56 | |
| 57 | ehci1: usb@9a83e00 { |
| 58 | status = "okay"; |
| 59 | }; |
| 60 | |
| 61 | sti-display-subsystem@0 { |
| 62 | sti-hda@8d02000 { |
| 63 | status = "okay"; |
| 64 | }; |
| 65 | }; |
| 66 | }; |
| 67 | }; |