sc7180-idp.dts 14.6 KB
Newer Older
1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: BSD-3-Clause
/*
 * SC7180 IDP board device tree source
 *
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

/dts-v1/;

10
#include <dt-bindings/gpio/gpio.h>
11
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
12
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
13
#include "sc7180.dtsi"
14 15
#include "pm6150.dtsi"
#include "pm6150l.dtsi"
16 17 18

/ {
	model = "Qualcomm Technologies, Inc. SC7180 IDP";
19
	compatible = "qcom,sc7180-idp", "qcom,sc7180";
20 21

	aliases {
22
		bluetooth0 = &bluetooth;
23
		hsuart0 = &uart3;
24
		serial0 = &uart8;
25
		wifi0 = &wifi;
26 27 28 29 30 31 32
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
};

33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
/*
 * Reserved memory changes
 *
 * Delete all unused memory nodes and define the peripheral memory regions
 * required by the board dts.
 *
 */

/delete-node/ &hyp_mem;
/delete-node/ &xbl_mem;
/delete-node/ &aop_mem;
/delete-node/ &sec_apps_mem;
/delete-node/ &tz_mem;

/* Increase the size from 2MB to 8MB */
&rmtfs_mem {
49
	reg = <0x0 0x94600000 0x0 0x800000>;
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
};

/ {
	reserved-memory {
		atf_mem: memory@80b00000 {
			reg = <0x0 0x80b00000 0x0 0x100000>;
			no-map;
		};

		mpss_mem: memory@86000000 {
			reg = <0x0 0x86000000 0x0 0x8c00000>;
			no-map;
		};

		camera_mem: memory@8ec00000 {
			reg = <0x0 0x8ec00000 0x0 0x500000>;
			no-map;
		};

		venus_mem: memory@8f600000 {
			reg = <0 0x8f600000 0 0x500000>;
			no-map;
		};

		wlan_mem: memory@94100000 {
			reg = <0x0 0x94100000 0x0 0x200000>;
			no-map;
		};

		mba_mem: memory@94400000 {
			reg = <0x0 0x94400000 0x0 0x200000>;
			no-map;
		};
	};
};

86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
&apps_rsc {
	pm6150-rpmh-regulators {
		compatible = "qcom,pm6150-rpmh-regulators";
		qcom,pmic-id = "a";

		vreg_s1a_1p1: smps1 {
			regulator-min-microvolt = <1128000>;
			regulator-max-microvolt = <1128000>;
		};

		vreg_s4a_1p0: smps4 {
			regulator-min-microvolt = <824000>;
			regulator-max-microvolt = <1120000>;
		};

		vreg_s5a_2p0: smps5 {
			regulator-min-microvolt = <1744000>;
			regulator-max-microvolt = <2040000>;
		};

		vreg_l1a_1p2: ldo1 {
			regulator-min-microvolt = <1178000>;
			regulator-max-microvolt = <1256000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l2a_1p0: ldo2 {
			regulator-min-microvolt = <944000>;
			regulator-max-microvolt = <1056000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l3a_1p0: ldo3 {
			regulator-min-microvolt = <968000>;
			regulator-max-microvolt = <1064000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l4a_0p8: ldo4 {
			regulator-min-microvolt = <824000>;
			regulator-max-microvolt = <928000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l5a_2p7: ldo5 {
			regulator-min-microvolt = <2496000>;
			regulator-max-microvolt = <3000000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l6a_0p6: ldo6 {
			regulator-min-microvolt = <568000>;
			regulator-max-microvolt = <648000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l9a_0p6: ldo9 {
			regulator-min-microvolt = <488000>;
			regulator-max-microvolt = <800000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l10a_1p8: ldo10 {
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1832000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l11a_1p8: ldo11 {
			regulator-min-microvolt = <1696000>;
			regulator-max-microvolt = <1904000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l12a_1p8: ldo12 {
161 162 163
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
		};

		vreg_l13a_1p8: ldo13 {
			regulator-min-microvolt = <1696000>;
			regulator-max-microvolt = <1904000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l14a_1p8: ldo14 {
			regulator-min-microvolt = <1728000>;
			regulator-max-microvolt = <1832000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l15a_1p8: ldo15 {
			regulator-min-microvolt = <1696000>;
			regulator-max-microvolt = <1904000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l16a_2p7: ldo16 {
			regulator-min-microvolt = <2496000>;
			regulator-max-microvolt = <3304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l17a_3p0: ldo17 {
			regulator-min-microvolt = <2920000>;
			regulator-max-microvolt = <3232000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l18a_2p8: ldo18 {
			regulator-min-microvolt = <2496000>;
			regulator-max-microvolt = <3304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l19a_2p9: ldo19 {
203 204 205
			regulator-min-microvolt = <2960000>;
			regulator-max-microvolt = <2960000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248
		};
	};

	pm6150l-rpmh-regulators {
		compatible = "qcom,pm6150l-rpmh-regulators";
		qcom,pmic-id = "c";

		vreg_s8c_1p3: smps8 {
			regulator-min-microvolt = <1120000>;
			regulator-max-microvolt = <1408000>;
		};

		vreg_l1c_1p8: ldo1 {
			regulator-min-microvolt = <1616000>;
			regulator-max-microvolt = <1984000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l2c_1p3: ldo2 {
			regulator-min-microvolt = <1168000>;
			regulator-max-microvolt = <1304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l3c_1p2: ldo3 {
			regulator-min-microvolt = <1144000>;
			regulator-max-microvolt = <1304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l4c_1p8: ldo4 {
			regulator-min-microvolt = <1648000>;
			regulator-max-microvolt = <3304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l5c_1p8: ldo5 {
			regulator-min-microvolt = <1648000>;
			regulator-max-microvolt = <3304000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l6c_2p9: ldo6 {
249 250 251
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <2950000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
		};

		vreg_l7c_3p0: ldo7 {
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3312000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l8c_1p8: ldo8 {
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1904000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l9c_2p9: ldo9 {
267 268 269
			regulator-min-microvolt = <2960000>;
			regulator-max-microvolt = <2960000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
		};

		vreg_l10c_3p3: ldo10 {
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3400000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_l11c_3p3: ldo11 {
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3400000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
		};

		vreg_bob: bob {
			regulator-min-microvolt = <3008000>;
			regulator-max-microvolt = <3960000>;
			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
		};
	};
};

292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
&dsi0 {
	status = "okay";

	vdda-supply = <&vreg_l3c_1p2>;

	panel@0 {
		compatible = "visionox,rm69299-1080p-display";
		reg = <0>;

		vdda-supply = <&vreg_l8c_1p8>;
		vdd3p3-supply = <&vreg_l18a_2p8>;

		pinctrl-names = "default";
		pinctrl-0 = <&disp_pins>;

307
		reset-gpios = <&pm6150l_gpios 3 GPIO_ACTIVE_HIGH>;
308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332

		ports {
			#address-cells = <1>;
			#size-cells = <0>;
			port@0 {
				reg = <0>;
				panel0_in: endpoint {
					remote-endpoint = <&dsi0_out>;
				};
			};
		};
	};

	ports {
		port@1 {
			endpoint {
				remote-endpoint = <&panel0_in>;
				data-lanes = <0 1 2 3>;
			};
		};
	};
};

&dsi_phy {
	status = "okay";
333
	vdds-supply = <&vreg_l4a_0p8>;
334 335 336 337 338 339 340 341 342 343
};

&mdp {
	status = "okay";
};

&mdss {
	status = "okay";
};

344 345 346 347
&qfprom {
	vcc-supply = <&vreg_l11a_1p8>;
};

348 349 350 351 352 353 354 355 356 357 358 359 360 361
&qspi {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&qspi_clk &qspi_cs0 &qspi_data01>;

	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <25000000>;
		spi-tx-bus-width = <2>;
		spi-rx-bus-width = <2>;
	};
};

362 363 364 365
&qupv3_id_0 {
	status = "okay";
};

366 367 368 369
&qupv3_id_1 {
	status = "okay";
};

370 371 372
&remoteproc_mpss {
	status = "okay";
	compatible = "qcom,sc7180-mss-pil";
373 374 375 376 377 378 379 380 381 382 383
	reg = <0 0x04080000 0 0x4040>, <0 0x04180000 0 0x48>;
	reg-names = "qdsp6", "rmb";

	clocks = <&gcc GCC_MSS_CFG_AHB_CLK>,
		 <&gcc GCC_MSS_Q6_MEMNOC_AXI_CLK>,
		 <&gcc GCC_MSS_NAV_AXI_CLK>,
		 <&gcc GCC_MSS_SNOC_AXI_CLK>,
		 <&gcc GCC_MSS_MFAB_AXIS_CLK>,
		 <&rpmhcc RPMH_CXO_CLK>;
	clock-names = "iface", "bus", "nav", "snoc_axi", "mnoc_axi", "xo";

384
	iommus = <&apps_smmu 0x461 0x0>, <&apps_smmu 0x444 0x3>;
385
	memory-region = <&mba_mem &mpss_mem>;
386 387 388 389 390 391 392

	resets = <&aoss_reset AOSS_CC_MSS_RESTART>,
		 <&pdc_reset PDC_MODEM_SYNC_RESET>;
	reset-names = "mss_restart", "pdc_reset";

	qcom,halt-regs = <&tcsr_regs_1 0x3000 0x5000 0x4000>;
	qcom,spare-regs = <&tcsr_regs_2 0xb3e4>;
393 394
};

395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
&sdhc_1 {
	status = "okay";

	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&sdc1_on>;
	pinctrl-1 = <&sdc1_off>;
	vmmc-supply = <&vreg_l19a_2p9>;
	vqmmc-supply = <&vreg_l12a_1p8>;
};

&sdhc_2 {
	status = "okay";

	pinctrl-names = "default","sleep";
	pinctrl-0 = <&sdc2_on>;
	pinctrl-1 = <&sdc2_off>;
411
	vmmc-supply = <&vreg_l9c_2p9>;
412 413 414 415 416
	vqmmc-supply = <&vreg_l6c_2p9>;

	cd-gpios = <&tlmm 69 GPIO_ACTIVE_LOW>;
};

417 418
&uart3 {
	status = "okay";
419

420 421 422 423 424 425 426
	/delete-property/interrupts;
	interrupts-extended = <&intc GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>,
				<&tlmm 41 IRQ_TYPE_EDGE_FALLING>;

	pinctrl-names = "default", "sleep";
	pinctrl-1 = <&qup_uart3_sleep>;

427 428 429 430 431 432 433 434
	bluetooth: wcn3990-bt {
		compatible = "qcom,wcn3990-bt";
		vddio-supply = <&vreg_l10a_1p8>;
		vddxo-supply = <&vreg_l1c_1p8>;
		vddrf-supply = <&vreg_l2c_1p3>;
		vddch0-supply = <&vreg_l10c_3p3>;
		max-speed = <3200000>;
	};
435 436
};

437 438 439 440
&uart8 {
	status = "okay";
};

441 442 443 444 445 446 447 448 449 450 451 452 453 454
&usb_1 {
	status = "okay";
};

&usb_1_dwc3 {
	dr_mode = "host";
};

&usb_1_hsphy {
	status = "okay";
	vdd-supply = <&vreg_l4a_0p8>;
	vdda-pll-supply = <&vreg_l11a_1p8>;
	vdda-phy-dpdm-supply = <&vreg_l17a_3p0>;
	qcom,imp-res-offset-value = <8>;
455
	qcom,preemphasis-level = <QUSB2_V2_PREEMPHASIS_15_PERCENT>;
456
	qcom,preemphasis-width = <QUSB2_V2_PREEMPHASIS_WIDTH_HALF_BIT>;
457 458 459
	qcom,bias-ctrl-value = <0x22>;
	qcom,charge-ctrl-value = <3>;
	qcom,hsdisc-trim-value = <0>;
460 461 462 463 464 465 466 467
};

&usb_1_qmpphy {
	status = "okay";
	vdda-phy-supply = <&vreg_l3c_1p2>;
	vdda-pll-supply = <&vreg_l4a_0p8>;
};

468 469 470 471 472 473
&venus {
	video-firmware {
		iommus = <&apps_smmu 0x0c42 0x0>;
	};
};

474 475
&wifi {
	status = "okay";
476 477 478 479
	vdd-0.8-cx-mx-supply = <&vreg_l9a_0p6>;
	vdd-1.8-xo-supply = <&vreg_l1c_1p8>;
	vdd-1.3-rfa-supply = <&vreg_l2c_1p3>;
	vdd-3.3-ch0-supply = <&vreg_l10c_3p3>;
480
	vdd-3.3-ch1-supply = <&vreg_l11c_3p3>;
481 482 483 484 485
	wifi-firmware {
		iommus = <&apps_smmu 0xc2 0x1>;
	};
};

486 487
/* PINCTRL - additions to nodes defined in sc7180.dtsi */

488
&pm6150l_gpios {
489
	disp_pins: disp-state {
490 491 492 493 494 495 496 497 498 499 500
		pinconf {
			pins = "gpio3";
			function = PMIC_GPIO_FUNC_FUNC1;
			qcom,drive-strength = <PMIC_GPIO_STRENGTH_MED>;
			power-source = <0>;
			bias-disable;
			output-low;
		};
	};
};

501
&qspi_clk {
502
	bias-disable;
503 504 505
};

&qspi_cs0 {
506
	bias-disable;
507 508 509
};

&qspi_data01 {
510 511
	/* High-Z when no transfers; nice to park the lines */
	bias-pull-up;
512 513
};

514
&qup_i2c2_default {
515
	drive-strength = <2>;
516

517 518
	/* Has external pullup */
	bias-disable;
519 520 521
};

&qup_i2c4_default {
522
	drive-strength = <2>;
523

524 525
	/* Has external pullup */
	bias-disable;
526 527 528
};

&qup_i2c7_default {
529
	drive-strength = <2>;
530

531 532
	/* Has external pullup */
	bias-disable;
533 534 535
};

&qup_i2c9_default {
536
	drive-strength = <2>;
537

538 539
	/* Has external pullup */
	bias-disable;
540 541
};

542 543 544 545 546 547 548
&qup_uart3_cts {
	/*
	 * Configure a pull-down on CTS to match the pull of
	 * the Bluetooth module.
	 */
	bias-pull-down;
};
549

550 551 552 553 554
&qup_uart3_rts {
	/* We'll drive RTS, so no pull */
	drive-strength = <2>;
	bias-disable;
};
555

556 557 558 559 560
&qup_uart3_tx {
	/* We'll drive TX, so no pull */
	drive-strength = <2>;
	bias-disable;
};
561

562 563 564 565 566 567 568 569
&qup_uart3_rx {
	/*
	 * Configure a pull-up on RX. This is needed to avoid
	 * garbage data when the TX pin of the Bluetooth module is
	 * in tri-state (module powered off or not driving the
	 * signal yet).
	 */
	bias-pull-up;
570 571
};

572 573 574 575
&qup_uart8_tx {
	drive-strength = <2>;
	bias-disable;
};
576

577 578 579
&qup_uart8_rx {
	drive-strength = <2>;
	bias-pull-up;
580
};
581

582 583 584
&qup_spi0_spi {
	drive-strength = <2>;
	bias-disable;
585 586
};

587 588 589
&qup_spi0_cs {
	drive-strength = <2>;
	bias-disable;
590 591
};

592 593 594
&qup_spi6_spi {
	drive-strength = <2>;
	bias-disable;
595 596
};

597 598 599 600 601 602 603 604 605 606 607 608 609 610
&qup_spi6_cs {
	drive-strength = <2>;
	bias-disable;
};

&qup_spi10_spi {
	drive-strength = <2>;
	bias-disable;
};

&qup_spi10_cs {
	drive-strength = <2>;
	bias-disable;
};
611

612 613 614
&tlmm {
	qup_uart3_sleep: qup-uart3-sleep-state {
		cts-pins {
615 616 617 618 619
			/*
			 * Configure a pull-down on CTS to match the pull of
			 * the Bluetooth module.
			 */
			pins = "gpio38";
620
			function = "gpio";
621 622 623
			bias-pull-down;
		};

624
		rts-pins {
625 626 627 628 629 630
			/*
			 * Configure pull-down on RTS. As RTS is active low
			 * signal, pull it low to indicate the BT SoC that it
			 * can wakeup the system anytime from suspend state by
			 * pulling RX low (by sending wakeup bytes).
			 */
631 632 633
			pins = "gpio39";
			function = "gpio";
			bias-pull-down;
634 635
		};

636
		tx-pins {
637 638 639 640 641
			/*
			 * Configure pull-up on TX when it isn't actively driven
			 * to prevent BT SoC from receiving garbage during sleep.
			 */
			pins = "gpio40";
642
			function = "gpio";
643 644 645
			bias-pull-up;
		};

646
		rx-pins {
647 648 649 650 651 652
			/*
			 * Configure a pull-up on RX. This is needed to avoid
			 * garbage data when the TX pin of the Bluetooth module
			 * is floating which may cause spurious wakeups.
			 */
			pins = "gpio41";
653
			function = "gpio";
654 655 656
			bias-pull-up;
		};
	};
657

658 659
	sdc1_on: sdc1-on-state {
		clk-pins {
660 661 662 663 664
			pins = "sdc1_clk";
			bias-disable;
			drive-strength = <16>;
		};

665
		cmd-pins {
666 667 668 669 670
			pins = "sdc1_cmd";
			bias-pull-up;
			drive-strength = <10>;
		};

671
		data-pins {
672 673 674 675 676
			pins = "sdc1_data";
			bias-pull-up;
			drive-strength = <10>;
		};

677
		rclk-pins {
678 679 680 681 682
			pins = "sdc1_rclk";
			bias-pull-down;
		};
	};

683 684
	sdc1_off: sdc1-off-state {
		clk-pins {
685 686 687 688 689
			pins = "sdc1_clk";
			bias-disable;
			drive-strength = <2>;
		};

690
		cmd-pins {
691 692 693 694 695
			pins = "sdc1_cmd";
			bias-pull-up;
			drive-strength = <2>;
		};

696
		data-pins {
697 698 699 700 701
			pins = "sdc1_data";
			bias-pull-up;
			drive-strength = <2>;
		};

702
		rclk-pins {
703 704 705 706 707
			pins = "sdc1_rclk";
			bias-pull-down;
		};
	};

708 709
	sdc2_on: sdc2-on-state {
		clk-pins {
710 711 712 713 714
			pins = "sdc2_clk";
			bias-disable;
			drive-strength = <16>;
		};

715
		cmd-pins {
716 717 718 719 720
			pins = "sdc2_cmd";
			bias-pull-up;
			drive-strength = <10>;
		};

721
		data-pins {
722 723 724 725 726
			pins = "sdc2_data";
			bias-pull-up;
			drive-strength = <10>;
		};

727
		sd-cd-pins {
728
			pins = "gpio69";
729
			function = "gpio";
730 731 732 733 734
			bias-pull-up;
			drive-strength = <2>;
		};
	};

735 736
	sdc2_off: sdc2-off-state {
		clk-pins {
737 738 739 740 741
			pins = "sdc2_clk";
			bias-disable;
			drive-strength = <2>;
		};

742
		cmd-pins {
743 744 745 746 747
			pins = "sdc2_cmd";
			bias-pull-up;
			drive-strength = <2>;
		};

748
		data-pins {
749 750 751 752 753
			pins = "sdc2_data";
			bias-pull-up;
			drive-strength = <2>;
		};

754
		sd-cd-pins {
755
			pins = "gpio69";
756
			function = "gpio";
757
			bias-pull-up;
758 759 760
			drive-strength = <2>;
		};
	};
761
};