1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright 2012 ST-Ericsson AB 4 * 5 * Device Tree for the HREF+ prior to the v60 6 */ 7 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-href.dtsi" 10 11 / { 12 gpio_keys { 13 button@1 { 14 gpios = <&tc3589x_gpio 15 }; 16 }; 17 18 soc { 19 /* Enable UART1 on this board 20 serial@80121000 { 21 status = "okay"; 22 }; 23 24 i2c@80004000 { 25 tps61052@33 { 26 compatible = " 27 reg = <0x33>; 28 }; 29 30 tc35892@42 { 31 compatible = " 32 reg = <0x42>; 33 interrupt-pare 34 interrupts = < 35 pinctrl-names 36 pinctrl-0 = <& 37 38 interrupt-cont 39 #interrupt-cel 40 41 tc3589x_gpio: 42 compat 43 interr 44 45 interr 46 #inter 47 gpio-c 48 #gpio- 49 }; 50 }; 51 }; 52 53 spi@80002000 { 54 /* 55 * On the first genera 56 * to the AB8500. 57 */ 58 pinctrl-names = "defau 59 pinctrl-0 = <&ssp0_hre 60 status = "okay"; 61 }; 62 63 // External Micro SD slot 64 mmc@80126000 { 65 cd-gpios = <&tc3589x_g 66 }; 67 68 pinctrl { 69 /* Set this up using h 70 pinctrl-names = "defau 71 pinctrl-0 = <&ipgpio_h 72 73 ssp0 { 74 ssp0_hrefprev6 75 hrefpr 76 77 78 }; 79 hrefpr 80 81 82 }; 83 84 }; 85 }; 86 sdi0 { 87 /* This additi 88 sdi0_default_m 89 hrefpr 90 91 92 }; 93 hrefpr 94 95 96 }; 97 98 }; 99 }; 100 tc35892 { 101 tc35892_hrefpr 102 hrefpr 103 104 105 }; 106 }; 107 }; 108 ipgpio { 109 ipgpio_hrefpr 110 hrefpr 111 112 113 }; 114 hrefpr 115 116 117 }; 118 }; 119 }; 120 }; 121 }; 122 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.