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.11 13 lines 330 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#include "dove-cubox.dts" 3 4/ { 5 model = "SolidRun CuBox (Engineering Sample)"; 6 compatible = "solidrun,cubox-es", "solidrun,cubox", "marvell,dove"; 7}; 8 9&sdio0 { 10 /* sdio0 card detect is connected to wrong pin on CuBox ES */ 11 cd-gpios = <&gpio0 12 1>; 12 pinctrl-0 = <&pmx_sdio0 &pmx_gpio_12>; 13};