1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Device Tree Source for the V3M Starter Kit 3 * Device Tree Source for the V3M Starter Kit board 4 * 4 * 5 * Copyright (C) 2017 Renesas Electronics Corp 5 * Copyright (C) 2017 Renesas Electronics Corp. 6 * Copyright (C) 2017 Cogent Embedded, Inc. 6 * Copyright (C) 2017 Cogent Embedded, Inc. 7 */ 7 */ 8 8 9 /dts-v1/; 9 /dts-v1/; 10 #include "r8a77970.dtsi" 10 #include "r8a77970.dtsi" 11 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/gpio/gpio.h> 12 12 13 / { 13 / { 14 model = "Renesas V3M Starter Kit board 14 model = "Renesas V3M Starter Kit board"; 15 compatible = "renesas,v3msk", "renesas 15 compatible = "renesas,v3msk", "renesas,r8a77970"; 16 16 17 aliases { 17 aliases { 18 i2c0 = &i2c0; 18 i2c0 = &i2c0; 19 i2c1 = &i2c1; 19 i2c1 = &i2c1; 20 i2c2 = &i2c2; 20 i2c2 = &i2c2; 21 i2c3 = &i2c3; 21 i2c3 = &i2c3; 22 i2c4 = &i2c4; 22 i2c4 = &i2c4; 23 serial0 = &scif0; 23 serial0 = &scif0; 24 }; 24 }; 25 25 26 chosen { 26 chosen { 27 stdout-path = "serial0:115200n 27 stdout-path = "serial0:115200n8"; 28 }; 28 }; 29 29 30 hdmi-out { 30 hdmi-out { 31 compatible = "hdmi-connector"; 31 compatible = "hdmi-connector"; 32 type = "a"; 32 type = "a"; 33 33 34 port { 34 port { 35 hdmi_con: endpoint { 35 hdmi_con: endpoint { 36 remote-endpoin 36 remote-endpoint = <&adv7511_out>; 37 }; 37 }; 38 }; 38 }; 39 }; 39 }; 40 40 41 lvds-decoder { 41 lvds-decoder { 42 compatible = "thine,thc63lvd10 42 compatible = "thine,thc63lvd1024"; 43 vcc-supply = <&vcc_d3_3v>; 43 vcc-supply = <&vcc_d3_3v>; 44 44 45 ports { 45 ports { 46 #address-cells = <1>; 46 #address-cells = <1>; 47 #size-cells = <0>; 47 #size-cells = <0>; 48 48 49 port@0 { 49 port@0 { 50 reg = <0>; 50 reg = <0>; 51 thc63lvd1024_i 51 thc63lvd1024_in: endpoint { 52 remote 52 remote-endpoint = <&lvds0_out>; 53 }; 53 }; 54 }; 54 }; 55 55 56 port@2 { 56 port@2 { 57 reg = <2>; 57 reg = <2>; 58 thc63lvd1024_o 58 thc63lvd1024_out: endpoint { 59 remote 59 remote-endpoint = <&adv7511_in>; 60 }; 60 }; 61 }; 61 }; 62 }; 62 }; 63 }; 63 }; 64 64 65 memory@48000000 { 65 memory@48000000 { 66 device_type = "memory"; 66 device_type = "memory"; 67 /* first 128MB is reserved for 67 /* first 128MB is reserved for secure area. */ 68 reg = <0x0 0x48000000 0x0 0x78 68 reg = <0x0 0x48000000 0x0 0x78000000>; 69 }; 69 }; 70 70 71 osc5_clk: osc5-clock { 71 osc5_clk: osc5-clock { 72 compatible = "fixed-clock"; 72 compatible = "fixed-clock"; 73 #clock-cells = <0>; 73 #clock-cells = <0>; 74 clock-frequency = <148500000>; 74 clock-frequency = <148500000>; 75 }; 75 }; 76 76 77 vcc_d1_8v: regulator-0 { 77 vcc_d1_8v: regulator-0 { 78 compatible = "regulator-fixed" 78 compatible = "regulator-fixed"; 79 regulator-name = "VCC_D1.8V"; 79 regulator-name = "VCC_D1.8V"; 80 regulator-min-microvolt = <180 80 regulator-min-microvolt = <1800000>; 81 regulator-max-microvolt = <180 81 regulator-max-microvolt = <1800000>; 82 regulator-boot-on; 82 regulator-boot-on; 83 regulator-always-on; 83 regulator-always-on; 84 }; 84 }; 85 85 86 vcc_d3_3v: regulator-1 { 86 vcc_d3_3v: regulator-1 { 87 compatible = "regulator-fixed" 87 compatible = "regulator-fixed"; 88 regulator-name = "VCC_D3.3V"; 88 regulator-name = "VCC_D3.3V"; 89 regulator-min-microvolt = <330 89 regulator-min-microvolt = <3300000>; 90 regulator-max-microvolt = <330 90 regulator-max-microvolt = <3300000>; 91 regulator-boot-on; 91 regulator-boot-on; 92 regulator-always-on; 92 regulator-always-on; 93 }; 93 }; 94 94 95 vcc_vddq_vin0: regulator-2 { 95 vcc_vddq_vin0: regulator-2 { 96 compatible = "regulator-fixed" 96 compatible = "regulator-fixed"; 97 regulator-name = "VCC_VDDQ_VIN 97 regulator-name = "VCC_VDDQ_VIN0"; 98 regulator-min-microvolt = <330 98 regulator-min-microvolt = <3300000>; 99 regulator-max-microvolt = <330 99 regulator-max-microvolt = <3300000>; 100 regulator-boot-on; 100 regulator-boot-on; 101 regulator-always-on; 101 regulator-always-on; 102 }; 102 }; 103 }; 103 }; 104 104 105 &avb { 105 &avb { 106 pinctrl-0 = <&avb_pins>; 106 pinctrl-0 = <&avb_pins>; 107 pinctrl-names = "default"; 107 pinctrl-names = "default"; 108 108 109 renesas,no-ether-link; 109 renesas,no-ether-link; 110 phy-handle = <&phy0>; 110 phy-handle = <&phy0>; 111 rx-internal-delay-ps = <1800>; 111 rx-internal-delay-ps = <1800>; 112 tx-internal-delay-ps = <2000>; 112 tx-internal-delay-ps = <2000>; 113 status = "okay"; 113 status = "okay"; 114 114 115 phy0: ethernet-phy@0 { 115 phy0: ethernet-phy@0 { 116 compatible = "ethernet-phy-id0 116 compatible = "ethernet-phy-id0022.1622", 117 "ethernet-phy-iee 117 "ethernet-phy-ieee802.3-c22"; 118 rxc-skew-ps = <1500>; 118 rxc-skew-ps = <1500>; 119 reg = <0>; 119 reg = <0>; 120 interrupt-parent = <&gpio1>; 120 interrupt-parent = <&gpio1>; 121 interrupts = <17 IRQ_TYPE_LEVE 121 interrupts = <17 IRQ_TYPE_LEVEL_LOW>; 122 reset-gpios = <&gpio1 16 GPIO_ 122 reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; 123 }; 123 }; 124 }; 124 }; 125 125 126 &du { 126 &du { 127 clocks = <&cpg CPG_MOD 724>, 127 clocks = <&cpg CPG_MOD 724>, 128 <&osc5_clk>; 128 <&osc5_clk>; 129 clock-names = "du.0", "dclkin.0"; 129 clock-names = "du.0", "dclkin.0"; 130 status = "okay"; 130 status = "okay"; 131 }; 131 }; 132 132 133 &extal_clk { 133 &extal_clk { 134 clock-frequency = <16666666>; 134 clock-frequency = <16666666>; 135 }; 135 }; 136 136 137 &extalr_clk { 137 &extalr_clk { 138 clock-frequency = <32768>; 138 clock-frequency = <32768>; 139 }; 139 }; 140 140 141 &i2c0 { 141 &i2c0 { 142 pinctrl-0 = <&i2c0_pins>; 142 pinctrl-0 = <&i2c0_pins>; 143 pinctrl-names = "default"; 143 pinctrl-names = "default"; 144 144 145 status = "okay"; 145 status = "okay"; 146 clock-frequency = <400000>; 146 clock-frequency = <400000>; 147 147 148 hdmi@39 { 148 hdmi@39 { 149 compatible = "adi,adv7511w"; 149 compatible = "adi,adv7511w"; 150 #sound-dai-cells = <0>; 150 #sound-dai-cells = <0>; 151 reg = <0x39>; 151 reg = <0x39>; 152 interrupt-parent = <&gpio1>; 152 interrupt-parent = <&gpio1>; 153 interrupts = <20 IRQ_TYPE_LEVE 153 interrupts = <20 IRQ_TYPE_LEVEL_LOW>; 154 avdd-supply = <&vcc_d1_8v>; 154 avdd-supply = <&vcc_d1_8v>; 155 dvdd-supply = <&vcc_d1_8v>; 155 dvdd-supply = <&vcc_d1_8v>; 156 pvdd-supply = <&vcc_d1_8v>; 156 pvdd-supply = <&vcc_d1_8v>; 157 bgvdd-supply = <&vcc_d1_8v>; 157 bgvdd-supply = <&vcc_d1_8v>; 158 dvdd-3v-supply = <&vcc_d3_3v>; 158 dvdd-3v-supply = <&vcc_d3_3v>; 159 159 160 adi,input-depth = <8>; 160 adi,input-depth = <8>; 161 adi,input-colorspace = "rgb"; 161 adi,input-colorspace = "rgb"; 162 adi,input-clock = "1x"; 162 adi,input-clock = "1x"; 163 163 164 ports { 164 ports { 165 #address-cells = <1>; 165 #address-cells = <1>; 166 #size-cells = <0>; 166 #size-cells = <0>; 167 167 168 port@0 { 168 port@0 { 169 reg = <0>; 169 reg = <0>; 170 adv7511_in: en 170 adv7511_in: endpoint { 171 remote 171 remote-endpoint = <&thc63lvd1024_out>; 172 }; 172 }; 173 }; 173 }; 174 174 175 port@1 { 175 port@1 { 176 reg = <1>; 176 reg = <1>; 177 adv7511_out: e 177 adv7511_out: endpoint { 178 remote 178 remote-endpoint = <&hdmi_con>; 179 }; 179 }; 180 }; 180 }; 181 }; 181 }; 182 }; 182 }; 183 }; 183 }; 184 184 185 &lvds0 { 185 &lvds0 { 186 status = "okay"; 186 status = "okay"; 187 187 188 ports { 188 ports { 189 port@1 { 189 port@1 { 190 lvds0_out: endpoint { 190 lvds0_out: endpoint { 191 remote-endpoin 191 remote-endpoint = <&thc63lvd1024_in>; 192 }; 192 }; 193 }; 193 }; 194 }; 194 }; 195 }; 195 }; 196 196 197 &mmc0 { 197 &mmc0 { 198 pinctrl-0 = <&mmc_pins>; 198 pinctrl-0 = <&mmc_pins>; 199 pinctrl-names = "default"; 199 pinctrl-names = "default"; 200 200 201 vmmc-supply = <&vcc_d3_3v>; 201 vmmc-supply = <&vcc_d3_3v>; 202 vqmmc-supply = <&vcc_vddq_vin0>; 202 vqmmc-supply = <&vcc_vddq_vin0>; 203 bus-width = <8>; 203 bus-width = <8>; 204 non-removable; 204 non-removable; 205 status = "okay"; 205 status = "okay"; 206 }; 206 }; 207 207 208 &pfc { 208 &pfc { 209 avb_pins: avb0 { 209 avb_pins: avb0 { 210 groups = "avb0_mdio", "avb0_rg 210 groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk"; 211 function = "avb0"; 211 function = "avb0"; 212 }; 212 }; 213 213 214 i2c0_pins: i2c0 { 214 i2c0_pins: i2c0 { 215 groups = "i2c0"; 215 groups = "i2c0"; 216 function = "i2c0"; 216 function = "i2c0"; 217 }; 217 }; 218 218 219 mmc_pins: mmc_3_3v { 219 mmc_pins: mmc_3_3v { 220 groups = "mmc_data8", "mmc_ctr 220 groups = "mmc_data8", "mmc_ctrl"; 221 function = "mmc"; 221 function = "mmc"; 222 power-source = <3300>; 222 power-source = <3300>; 223 }; 223 }; 224 224 225 qspi0_pins: qspi0 { 225 qspi0_pins: qspi0 { 226 groups = "qspi0_ctrl", "qspi0_ 226 groups = "qspi0_ctrl", "qspi0_data4"; 227 function = "qspi0"; 227 function = "qspi0"; 228 }; 228 }; 229 229 230 scif0_pins: scif0 { 230 scif0_pins: scif0 { 231 groups = "scif0_data"; 231 groups = "scif0_data"; 232 function = "scif0"; 232 function = "scif0"; 233 }; 233 }; 234 }; 234 }; 235 235 236 &rpc { 236 &rpc { 237 pinctrl-0 = <&qspi0_pins>; 237 pinctrl-0 = <&qspi0_pins>; 238 pinctrl-names = "default"; 238 pinctrl-names = "default"; 239 239 240 status = "okay"; 240 status = "okay"; 241 241 242 flash@0 { 242 flash@0 { 243 compatible = "spansion,s25fs51 243 compatible = "spansion,s25fs512s", "jedec,spi-nor"; 244 reg = <0>; 244 reg = <0>; 245 spi-max-frequency = <50000000> 245 spi-max-frequency = <50000000>; 246 spi-rx-bus-width = <4>; 246 spi-rx-bus-width = <4>; 247 247 248 partitions { 248 partitions { 249 compatible = "fixed-pa 249 compatible = "fixed-partitions"; 250 #address-cells = <1>; 250 #address-cells = <1>; 251 #size-cells = <1>; 251 #size-cells = <1>; 252 252 253 bootparam@0 { 253 bootparam@0 { 254 reg = <0x00000 254 reg = <0x00000000 0x040000>; 255 read-only; 255 read-only; 256 }; 256 }; 257 cr7@40000 { 257 cr7@40000 { 258 reg = <0x00040 258 reg = <0x00040000 0x080000>; 259 read-only; 259 read-only; 260 }; 260 }; 261 cert_header_sa3@c0000 261 cert_header_sa3@c0000 { 262 reg = <0x000c0 262 reg = <0x000c0000 0x080000>; 263 read-only; 263 read-only; 264 }; 264 }; 265 bl2@140000 { 265 bl2@140000 { 266 reg = <0x00140 266 reg = <0x00140000 0x040000>; 267 read-only; 267 read-only; 268 }; 268 }; 269 cert_header_sa6@180000 269 cert_header_sa6@180000 { 270 reg = <0x00180 270 reg = <0x00180000 0x040000>; 271 read-only; 271 read-only; 272 }; 272 }; 273 bl31@1c0000 { 273 bl31@1c0000 { 274 reg = <0x001c0 274 reg = <0x001c0000 0x460000>; 275 read-only; 275 read-only; 276 }; 276 }; 277 uboot@640000 { 277 uboot@640000 { 278 reg = <0x00640 278 reg = <0x00640000 0x0c0000>; 279 read-only; 279 read-only; 280 }; 280 }; 281 uboot-env@700000 { 281 uboot-env@700000 { 282 reg = <0x00700 282 reg = <0x00700000 0x040000>; 283 read-only; 283 read-only; 284 }; 284 }; 285 dtb@740000 { 285 dtb@740000 { 286 reg = <0x00740 286 reg = <0x00740000 0x080000>; 287 }; 287 }; 288 kernel@7c0000 { 288 kernel@7c0000 { 289 reg = <0x007c0 289 reg = <0x007c0000 0x1400000>; 290 }; 290 }; 291 user@1bc0000 { 291 user@1bc0000 { 292 reg = <0x01bc0 292 reg = <0x01bc0000 0x2440000>; 293 }; 293 }; 294 }; 294 }; 295 }; 295 }; 296 }; 296 }; 297 297 298 &scif0 { 298 &scif0 { 299 pinctrl-0 = <&scif0_pins>; 299 pinctrl-0 = <&scif0_pins>; 300 pinctrl-names = "default"; 300 pinctrl-names = "default"; 301 301 302 status = "okay"; 302 status = "okay"; 303 }; 303 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.