1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) 2 /* 3 *Copyright(c) 2018 Broadcom 4 */ 5 6 /dts-v1/; 7 8 #include "stingray-board-base.dtsi" 9 10 / { 11 compatible = "brcm,bcm958802a802x", "brcm,stingray"; 12 model = "Stingray PS225xx (BCM958802A802x)"; 13 }; 14 15 &enet { 16 status = "disabled"; 17 }; 18 19 &sdio0 { 20 no-1-8-v; 21 status = "okay"; 22 }; 23 24 &uart0 { 25 status = "okay"; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.