]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/boot/dts/dove-cubox-es.dts
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / dove-cubox-es.dts
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 };