1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * Copyright (C) 2012 Marvell Technology Grou 4 * Author: Haojian Zhuang <haojian.zhuang@marv 5 */ 6 7 /dts-v1/; 8 #include "pxa910.dtsi" 9 10 / { 11 model = "Marvell PXA910 DKB Developmen 12 compatible = "mrvl,pxa910-dkb", "mrvl, 13 14 chosen { 15 bootargs = "console=ttyS0,1152 16 }; 17 18 memory { 19 reg = <0x00000000 0x10000000>; 20 }; 21 }; 22 23 &uart1 { 24 status = "okay"; 25 }; 26 27 &twsi1 { 28 status = "okay"; 29 30 pmic: 88pm860x@34 { 31 compatible = "marvell,88pm860x 32 reg = <0x34>; 33 interrupts = <4>; 34 interrupt-parent = <&intc>; 35 interrupt-controller; 36 #interrupt-cells = <1>; 37 38 marvell,88pm860x-irq-read-clr; 39 marvell,88pm860x-slave-addr = 40 41 regulators { 42 BUCK1 { 43 regulator-min- 44 regulator-max- 45 regulator-boot 46 regulator-alwa 47 }; 48 BUCK2 { 49 regulator-min- 50 regulator-max- 51 regulator-boot 52 regulator-alwa 53 }; 54 BUCK3 { 55 regulator-min- 56 regulator-max- 57 regulator-boot 58 regulator-alwa 59 }; 60 LDO1 { 61 regulator-min- 62 regulator-max- 63 regulator-boot 64 regulator-alwa 65 }; 66 LDO2 { 67 regulator-min- 68 regulator-max- 69 regulator-boot 70 regulator-alwa 71 }; 72 LDO3 { 73 regulator-min- 74 regulator-max- 75 regulator-boot 76 regulator-alwa 77 }; 78 LDO4 { 79 regulator-min- 80 regulator-max- 81 regulator-alwa 82 }; 83 LDO5 { 84 regulator-min- 85 regulator-max- 86 regulator-boot 87 regulator-alwa 88 }; 89 LDO6 { 90 regulator-min- 91 regulator-max- 92 regulator-boot 93 regulator-alwa 94 }; 95 LDO7 { 96 regulator-min- 97 regulator-max- 98 regulator-boot 99 regulator-alwa 100 }; 101 LDO8 { 102 regulator-min- 103 regulator-max- 104 regulator-boot 105 regulator-alwa 106 }; 107 LDO9 { 108 regulator-min- 109 regulator-max- 110 regulator-boot 111 regulator-alwa 112 }; 113 LDO10 { 114 regulator-min- 115 regulator-max- 116 regulator-boot 117 regulator-alwa 118 }; 119 LDO12 { 120 regulator-min- 121 regulator-max- 122 regulator-alwa 123 }; 124 LDO13 { 125 regulator-min- 126 regulator-max- 127 regulator-alwa 128 }; 129 LDO14 { 130 regulator-min- 131 regulator-max- 132 regulator-alwa 133 }; 134 }; 135 rtc { 136 marvell,88pm860x-vrtc 137 }; 138 touch { 139 marvell,88pm860x-gpadc 140 marvell,88pm860x-gpadc 141 marvell,88pm860x-tsi-p 142 marvell,88pm860x-pen-p 143 marvell,88pm860x-pen-p 144 marvell,88pm860x-resis 145 }; 146 backlights { 147 backlight-0 { 148 marvell,88pm86 149 marvell,88pm86 150 }; 151 backlight-2 { 152 }; 153 }; 154 leds { 155 led0-red { 156 marvell,88pm86 157 }; 158 led0-green { 159 marvell,88pm86 160 }; 161 led0-blue { 162 marvell,88pm86 163 }; 164 }; 165 }; 166 }; 167 168 &rtc { 169 status = "okay"; 170 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.