1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2/* 3 * Device Tree Source for UniPhier Pro5 EP-CORE Board (Pro5-PCIe_EP-CORE) 4 * 5 * Copyright (C) 2021 Socionext Inc. 6 * Author: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 7 */ 8 9/dts-v1/; 10#include "uniphier-pro5.dtsi" 11#include "uniphier-support-card.dtsi" 12 13/ { 14 model = "UniPhier Pro5 EP-CORE Board"; 15 compatible = "socionext,uniphier-pro5-epcore", "socionext,uniphier-pro5"; 16 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20 21 aliases { 22 serial0 = &serial0; 23 serial1 = &serial1; 24 serial2 = &serial2; 25 i2c0 = &i2c0; 26 }; 27 28 memory@80000000 { 29 device_type = "memory"; 30 reg = <0x80000000 0x40000000>; 31 }; 32}; 33 34ðsc { 35 interrupts = <1 IRQ_TYPE_LEVEL_LOW>; 36}; 37 38&serialsc { 39 interrupts = <1 IRQ_TYPE_LEVEL_LOW>; 40}; 41 42&serial0 { 43 status = "okay"; 44}; 45 46&serial1 { 47 status = "okay"; 48}; 49 50&serial2 { 51 status = "okay"; 52}; 53 54&i2c0 { 55 status = "okay"; 56}; 57 58&usb0 { 59 status = "okay"; 60}; 61 62&usb1 { 63 status = "okay"; 64}; 65 66&emmc { 67 status = "okay"; 68}; 69 70&sd { 71 status = "okay"; 72}; 73 74&pcie_ep { 75 status = "okay"; 76}; 77