Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Sebastian Hesselbarth | 133cea6 | 2014-05-28 00:00:06 +0200 | [diff] [blame] | 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 | }; |