1*05c618f3SKrzysztof Kozlowski// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) 222f969f3SScott Branden/* 322f969f3SScott Branden * Copyright(c) 2016-2018 Broadcom 422f969f3SScott Branden */ 522f969f3SScott Branden 622f969f3SScott Branden#include "stingray.dtsi" 722f969f3SScott Branden#include <dt-bindings/gpio/gpio.h> 822f969f3SScott Branden 922f969f3SScott Branden/ { 1022f969f3SScott Branden aliases { 1122f969f3SScott Branden serial0 = &uart1; 1222f969f3SScott Branden serial1 = &uart0; 1322f969f3SScott Branden serial2 = &uart2; 1422f969f3SScott Branden serial3 = &uart3; 1522f969f3SScott Branden }; 1622f969f3SScott Branden 1722f969f3SScott Branden chosen { 1822f969f3SScott Branden stdout-path = "serial0:115200n8"; 1922f969f3SScott Branden }; 2022f969f3SScott Branden}; 2122f969f3SScott Branden 2222f969f3SScott Branden&memory { /* Default DRAM banks */ 2322f969f3SScott Branden reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */ 2422f969f3SScott Branden <0x00000008 0x80000000 0x1 0x80000000>; /* 6G @ 34G */ 2522f969f3SScott Branden}; 2622f969f3SScott Branden 2722f969f3SScott Branden&enet { 2822f969f3SScott Branden phy-mode = "rgmii-id"; 2922f969f3SScott Branden phy-handle = <&gphy0>; 3022f969f3SScott Branden}; 3122f969f3SScott Branden 3222f969f3SScott Branden&uart1 { 3322f969f3SScott Branden status = "okay"; 3422f969f3SScott Branden}; 3522f969f3SScott Branden 3622f969f3SScott Branden&sdio0 { 3722f969f3SScott Branden non-removable; 3822f969f3SScott Branden full-pwr-cycle; 3922f969f3SScott Branden}; 4022f969f3SScott Branden 4122f969f3SScott Branden&sdio1 { 4222f969f3SScott Branden full-pwr-cycle; 4322f969f3SScott Branden}; 4422f969f3SScott Branden 4522f969f3SScott Branden&mdio_mux_iproc { 4622f969f3SScott Branden mdio@10 { 4722f969f3SScott Branden gphy0: eth-phy@10 { 4822f969f3SScott Branden reg = <0x10>; 4922f969f3SScott Branden }; 5022f969f3SScott Branden }; 5122f969f3SScott Branden}; 52