1 /* 2 * Broadcom BCM470X / BCM5301X ARM platform co 3 * DTS for BCM4708 SoC. 4 * 5 * Copyright 2013-2014 Hauke Mehrtens <hauke@ha 6 * 7 * Licensed under the GNU/GPL. See COPYING for 8 */ 9 10 #include "bcm5301x.dtsi" 11 12 / { 13 compatible = "brcm,bcm4708"; 14 15 aliases { 16 serial0 = &uart0; 17 }; 18 19 chosen { 20 stdout-path = "serial0:115200n 21 }; 22 23 cpus { 24 #address-cells = <1>; 25 #size-cells = <0>; 26 enable-method = "brcm,bcm-nsp- 27 28 cpu@0 { 29 device_type = "cpu"; 30 compatible = "arm,cort 31 next-level-cache = <&L 32 reg = <0x0>; 33 }; 34 35 cpu@1 { 36 device_type = "cpu"; 37 compatible = "arm,cort 38 next-level-cache = <&L 39 secondary-boot-reg = < 40 reg = <0x1>; 41 }; 42 }; 43 44 }; 45 46 &uart0 { 47 status = "okay"; 48 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.