1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (c) 2018 ARM Ltd. 2 // Copyright (c) 2018 ARM Ltd. 3 3 4 #include <dt-bindings/leds/common.h> << 5 #include "sun50i-a64-sopine-baseboard.dts" 4 #include "sun50i-a64-sopine-baseboard.dts" 6 5 7 / { 6 / { 8 model = "Pine64 PINE A64 LTS"; !! 7 model = "Pine64 LTS"; 9 compatible = "pine64,pine64-lts", "all 8 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18", 10 "allwinner,sun50i-a64"; 9 "allwinner,sun50i-a64"; 11 << 12 leds { << 13 compatible = "gpio-leds"; << 14 << 15 led { << 16 function = LED_FUNCTIO << 17 color = <LED_COLOR_ID_ << 18 gpios = <&r_pio 0 7 GP << 19 }; << 20 }; << 21 }; 10 }; 22 11 23 &mmc0 { 12 &mmc0 { 24 broken-cd; /* card detect 13 broken-cd; /* card detect is broken on *some* boards */ 25 }; 14 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.