diff options
Diffstat (limited to 'dts/upstream/src/arm64/toshiba/tmpv7708-visrobo-vrc.dtsi')
-rw-r--r-- | dts/upstream/src/arm64/toshiba/tmpv7708-visrobo-vrc.dtsi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/toshiba/tmpv7708-visrobo-vrc.dtsi b/dts/upstream/src/arm64/toshiba/tmpv7708-visrobo-vrc.dtsi new file mode 100644 index 00000000000..0c8321022a7 --- /dev/null +++ b/dts/upstream/src/arm64/toshiba/tmpv7708-visrobo-vrc.dtsi @@ -0,0 +1,40 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Device Tree File for TMPV7708 VisROBO VRC SoM + * + * (C) Copyright 2020, 2021, Toshiba Corporation. + * (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> + */ + +/dts-v1/; + +#include "tmpv7708.dtsi" +#include <dt-bindings/gpio/gpio.h> + +&wdt { + status = "okay"; +}; + +&gpio { + status = "okay"; +}; + +&spi0_pins { + groups = "spi0_grp", "spi0_cs0_grp"; +}; + +&spi0 { + status = "okay"; + + mmc-slot@0 { + compatible = "mmc-spi-slot"; + reg = <0>; + gpios = <&gpio 15 GPIO_ACTIVE_LOW>; + voltage-ranges = <3200 3400>; + spi-max-frequency = <12000000>; + }; +}; + +&i2c0 { + status = "okay"; +}; |