Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4-rc3 24 lines 353 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#include "qcom-msm8974pro.dtsi" 3#include "qcom-pm8841.dtsi" 4#include "qcom-pm8941.dtsi" 5 6/ { 7 model = "Samsung Galaxy S5"; 8 compatible = "samsung,klte", "qcom,msm8974"; 9 10 aliases { 11 serial0 = &blsp1_uart1; 12 }; 13 14 chosen { 15 stdout-path = "serial0:115200n8"; 16 }; 17}; 18 19&soc { 20 serial@f991e000 { 21 status = "ok" 22 }; 23 24};