1cba59c25SWolfram Sang// SPDX-License-Identifier: GPL-2.0 21a48290eSSergei Shtylyov/* 3cfd7bf66SGeert Uytterhoeven * Device Tree Source for the Eagle board with R-Car V3M 41a48290eSSergei Shtylyov * 51a48290eSSergei Shtylyov * Copyright (C) 2016-2017 Renesas Electronics Corp. 61a48290eSSergei Shtylyov * Copyright (C) 2017 Cogent Embedded, Inc. 71a48290eSSergei Shtylyov */ 81a48290eSSergei Shtylyov 91a48290eSSergei Shtylyov/dts-v1/; 101a48290eSSergei Shtylyov#include "r8a77970.dtsi" 11732e8ee0SGeert Uytterhoeven#include <dt-bindings/gpio/gpio.h> 121a48290eSSergei Shtylyov 131a48290eSSergei Shtylyov/ { 141a48290eSSergei Shtylyov model = "Renesas Eagle board based on r8a77970"; 151a48290eSSergei Shtylyov compatible = "renesas,eagle", "renesas,r8a77970"; 161a48290eSSergei Shtylyov 171a48290eSSergei Shtylyov aliases { 188cc5dcfaSWolfram Sang i2c0 = &i2c0; 198cc5dcfaSWolfram Sang i2c1 = &i2c1; 208cc5dcfaSWolfram Sang i2c2 = &i2c2; 218cc5dcfaSWolfram Sang i2c3 = &i2c3; 228cc5dcfaSWolfram Sang i2c4 = &i2c4; 231a48290eSSergei Shtylyov serial0 = &scif0; 2438525608SSergei Shtylyov ethernet0 = &avb; 251a48290eSSergei Shtylyov }; 261a48290eSSergei Shtylyov 271a48290eSSergei Shtylyov chosen { 28b31b43c9SMagnus Damm bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; 291a48290eSSergei Shtylyov stdout-path = "serial0:115200n8"; 301a48290eSSergei Shtylyov }; 311a48290eSSergei Shtylyov 32*74c3bb48SGeert Uytterhoeven d1p8: regulator-fixed { 33*74c3bb48SGeert Uytterhoeven compatible = "regulator-fixed"; 34*74c3bb48SGeert Uytterhoeven regulator-name = "fixed-1.8V"; 35*74c3bb48SGeert Uytterhoeven regulator-min-microvolt = <1800000>; 36*74c3bb48SGeert Uytterhoeven regulator-max-microvolt = <1800000>; 37*74c3bb48SGeert Uytterhoeven regulator-boot-on; 38*74c3bb48SGeert Uytterhoeven regulator-always-on; 39*74c3bb48SGeert Uytterhoeven }; 40*74c3bb48SGeert Uytterhoeven 4183c5cf19SYoshihiro Kaneko d3p3: regulator-fixed { 4283c5cf19SYoshihiro Kaneko compatible = "regulator-fixed"; 4383c5cf19SYoshihiro Kaneko regulator-name = "fixed-3.3V"; 4483c5cf19SYoshihiro Kaneko regulator-min-microvolt = <3300000>; 4583c5cf19SYoshihiro Kaneko regulator-max-microvolt = <3300000>; 4683c5cf19SYoshihiro Kaneko regulator-boot-on; 4783c5cf19SYoshihiro Kaneko regulator-always-on; 481a48290eSSergei Shtylyov }; 493c3d1672SJacopo Mondi 503c3d1672SJacopo Mondi hdmi-out { 513c3d1672SJacopo Mondi compatible = "hdmi-connector"; 523c3d1672SJacopo Mondi type = "a"; 533c3d1672SJacopo Mondi 543c3d1672SJacopo Mondi port { 553c3d1672SJacopo Mondi hdmi_con_out: endpoint { 563c3d1672SJacopo Mondi remote-endpoint = <&adv7511_out>; 573c3d1672SJacopo Mondi }; 583c3d1672SJacopo Mondi }; 593c3d1672SJacopo Mondi }; 603c3d1672SJacopo Mondi 613c3d1672SJacopo Mondi lvds-decoder { 623c3d1672SJacopo Mondi compatible = "thine,thc63lvd1024"; 633c3d1672SJacopo Mondi 643c3d1672SJacopo Mondi vcc-supply = <&d3p3>; 653c3d1672SJacopo Mondi 663c3d1672SJacopo Mondi ports { 673c3d1672SJacopo Mondi #address-cells = <1>; 683c3d1672SJacopo Mondi #size-cells = <0>; 693c3d1672SJacopo Mondi 703c3d1672SJacopo Mondi port@0 { 713c3d1672SJacopo Mondi reg = <0>; 723c3d1672SJacopo Mondi thc63lvd1024_in: endpoint { 733c3d1672SJacopo Mondi remote-endpoint = <&lvds0_out>; 743c3d1672SJacopo Mondi }; 753c3d1672SJacopo Mondi }; 763c3d1672SJacopo Mondi 773c3d1672SJacopo Mondi port@2 { 783c3d1672SJacopo Mondi reg = <2>; 793c3d1672SJacopo Mondi thc63lvd1024_out: endpoint { 803c3d1672SJacopo Mondi remote-endpoint = <&adv7511_in>; 813c3d1672SJacopo Mondi }; 823c3d1672SJacopo Mondi }; 833c3d1672SJacopo Mondi }; 843c3d1672SJacopo Mondi }; 8583c5cf19SYoshihiro Kaneko 8683c5cf19SYoshihiro Kaneko memory@48000000 { 8783c5cf19SYoshihiro Kaneko device_type = "memory"; 8883c5cf19SYoshihiro Kaneko /* first 128MB is reserved for secure area. */ 8983c5cf19SYoshihiro Kaneko reg = <0x0 0x48000000 0x0 0x38000000>; 9083c5cf19SYoshihiro Kaneko }; 91e9550a53SValentine Barshak 92e9550a53SValentine Barshak x1_clk: x1-clock { 93e9550a53SValentine Barshak compatible = "fixed-clock"; 94e9550a53SValentine Barshak #clock-cells = <0>; 95e9550a53SValentine Barshak clock-frequency = <148500000>; 96e9550a53SValentine Barshak }; 971a48290eSSergei Shtylyov}; 981a48290eSSergei Shtylyov 99d0ff035fSGeert Uytterhoeven&avb { 1001119cffeSSergei Shtylyov pinctrl-0 = <&avb_pins>; 1011119cffeSSergei Shtylyov pinctrl-names = "default"; 1021119cffeSSergei Shtylyov 103d0ff035fSGeert Uytterhoeven renesas,no-ether-link; 104d0ff035fSGeert Uytterhoeven phy-handle = <&phy0>; 1059b810181SGeert Uytterhoeven rx-internal-delay-ps = <1800>; 1069b810181SGeert Uytterhoeven tx-internal-delay-ps = <2000>; 107d0ff035fSGeert Uytterhoeven status = "okay"; 108d0ff035fSGeert Uytterhoeven 109d0ff035fSGeert Uytterhoeven phy0: ethernet-phy@0 { 110722d55f3SGeert Uytterhoeven compatible = "ethernet-phy-id0022.1622", 111722d55f3SGeert Uytterhoeven "ethernet-phy-ieee802.3-c22"; 112d0ff035fSGeert Uytterhoeven rxc-skew-ps = <1500>; 113d0ff035fSGeert Uytterhoeven reg = <0>; 11451671b26SSergei Shtylyov interrupt-parent = <&gpio1>; 11551671b26SSergei Shtylyov interrupts = <17 IRQ_TYPE_LEVEL_LOW>; 116732e8ee0SGeert Uytterhoeven reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; 117d0ff035fSGeert Uytterhoeven }; 118d0ff035fSGeert Uytterhoeven}; 119d0ff035fSGeert Uytterhoeven 120bb8d2033SSergei Shtylyov&canfd { 121bb8d2033SSergei Shtylyov pinctrl-0 = <&canfd0_pins>; 122bb8d2033SSergei Shtylyov pinctrl-names = "default"; 123bb8d2033SSergei Shtylyov status = "okay"; 124bb8d2033SSergei Shtylyov 125bb8d2033SSergei Shtylyov channel0 { 126bb8d2033SSergei Shtylyov status = "okay"; 127bb8d2033SSergei Shtylyov }; 128bb8d2033SSergei Shtylyov}; 129bb8d2033SSergei Shtylyov 130557165ffSKieran Bingham&csi40 { 131557165ffSKieran Bingham status = "okay"; 132557165ffSKieran Bingham 133557165ffSKieran Bingham ports { 134557165ffSKieran Bingham port@0 { 135557165ffSKieran Bingham csi40_in: endpoint { 136557165ffSKieran Bingham clock-lanes = <0>; 137557165ffSKieran Bingham data-lanes = <1 2 3 4>; 138557165ffSKieran Bingham remote-endpoint = <&max9286_out0>; 139557165ffSKieran Bingham }; 140557165ffSKieran Bingham }; 141557165ffSKieran Bingham }; 142557165ffSKieran Bingham}; 143557165ffSKieran Bingham 14483c5cf19SYoshihiro Kaneko&du { 145e9550a53SValentine Barshak clocks = <&cpg CPG_MOD 724>, <&x1_clk>; 146e9550a53SValentine Barshak clock-names = "du.0", "dclkin.0"; 14783c5cf19SYoshihiro Kaneko status = "okay"; 14883c5cf19SYoshihiro Kaneko}; 14983c5cf19SYoshihiro Kaneko 1501a48290eSSergei Shtylyov&extal_clk { 1511a48290eSSergei Shtylyov clock-frequency = <16666666>; 1521a48290eSSergei Shtylyov}; 1531a48290eSSergei Shtylyov 1541a48290eSSergei Shtylyov&extalr_clk { 1551a48290eSSergei Shtylyov clock-frequency = <32768>; 1561a48290eSSergei Shtylyov}; 1571a48290eSSergei Shtylyov 1587859eb31SSergei Shtylyov&i2c0 { 1597859eb31SSergei Shtylyov pinctrl-0 = <&i2c0_pins>; 1607859eb31SSergei Shtylyov pinctrl-names = "default"; 1617859eb31SSergei Shtylyov 1627859eb31SSergei Shtylyov status = "okay"; 1637859eb31SSergei Shtylyov clock-frequency = <400000>; 1647859eb31SSergei Shtylyov 1657859eb31SSergei Shtylyov io_expander: gpio@20 { 1667859eb31SSergei Shtylyov compatible = "onnn,pca9654"; 1677859eb31SSergei Shtylyov reg = <0x20>; 1687859eb31SSergei Shtylyov gpio-controller; 1697859eb31SSergei Shtylyov #gpio-cells = <2>; 1707859eb31SSergei Shtylyov }; 1713c3d1672SJacopo Mondi 1723c3d1672SJacopo Mondi hdmi@39 { 1733c3d1672SJacopo Mondi compatible = "adi,adv7511w"; 1743c3d1672SJacopo Mondi reg = <0x39>; 1753c3d1672SJacopo Mondi interrupt-parent = <&gpio1>; 1763c3d1672SJacopo Mondi interrupts = <20 IRQ_TYPE_LEVEL_LOW>; 1773c3d1672SJacopo Mondi 178*74c3bb48SGeert Uytterhoeven avdd-supply = <&d1p8>; 179*74c3bb48SGeert Uytterhoeven dvdd-supply = <&d1p8>; 180*74c3bb48SGeert Uytterhoeven pvdd-supply = <&d1p8>; 181*74c3bb48SGeert Uytterhoeven dvdd-3v-supply = <&d3p3>; 182*74c3bb48SGeert Uytterhoeven bgvdd-supply = <&d1p8>; 183*74c3bb48SGeert Uytterhoeven 1843c3d1672SJacopo Mondi adi,input-depth = <8>; 1853c3d1672SJacopo Mondi adi,input-colorspace = "rgb"; 1863c3d1672SJacopo Mondi adi,input-clock = "1x"; 1873c3d1672SJacopo Mondi 1883c3d1672SJacopo Mondi ports { 1893c3d1672SJacopo Mondi #address-cells = <1>; 1903c3d1672SJacopo Mondi #size-cells = <0>; 1913c3d1672SJacopo Mondi 1923c3d1672SJacopo Mondi port@0 { 1933c3d1672SJacopo Mondi reg = <0>; 1943c3d1672SJacopo Mondi adv7511_in: endpoint { 1953c3d1672SJacopo Mondi remote-endpoint = <&thc63lvd1024_out>; 1963c3d1672SJacopo Mondi }; 1973c3d1672SJacopo Mondi }; 1983c3d1672SJacopo Mondi 1993c3d1672SJacopo Mondi port@1 { 2003c3d1672SJacopo Mondi reg = <1>; 2013c3d1672SJacopo Mondi adv7511_out: endpoint { 2023c3d1672SJacopo Mondi remote-endpoint = <&hdmi_con_out>; 2033c3d1672SJacopo Mondi }; 2043c3d1672SJacopo Mondi }; 2053c3d1672SJacopo Mondi }; 2063c3d1672SJacopo Mondi }; 2077859eb31SSergei Shtylyov}; 2087859eb31SSergei Shtylyov 209557165ffSKieran Bingham&i2c3 { 210557165ffSKieran Bingham pinctrl-0 = <&i2c3_pins>; 211557165ffSKieran Bingham pinctrl-names = "default"; 212557165ffSKieran Bingham 213557165ffSKieran Bingham status = "okay"; 214557165ffSKieran Bingham clock-frequency = <400000>; 215557165ffSKieran Bingham 216557165ffSKieran Bingham gmsl0: gmsl-deserializer@48 { 217557165ffSKieran Bingham compatible = "maxim,max9286"; 218557165ffSKieran Bingham reg = <0x48>; 219557165ffSKieran Bingham 220557165ffSKieran Bingham maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>; 221557165ffSKieran Bingham enable-gpios = <&io_expander 0 GPIO_ACTIVE_HIGH>; 222557165ffSKieran Bingham 223557165ffSKieran Bingham ports { 224557165ffSKieran Bingham #address-cells = <1>; 225557165ffSKieran Bingham #size-cells = <0>; 226557165ffSKieran Bingham 227557165ffSKieran Bingham port@0 { 228557165ffSKieran Bingham reg = <0>; 229557165ffSKieran Bingham }; 230557165ffSKieran Bingham 231557165ffSKieran Bingham port@1 { 232557165ffSKieran Bingham reg = <1>; 233557165ffSKieran Bingham }; 234557165ffSKieran Bingham 235557165ffSKieran Bingham port@2 { 236557165ffSKieran Bingham reg = <2>; 237557165ffSKieran Bingham }; 238557165ffSKieran Bingham 239557165ffSKieran Bingham port@3 { 240557165ffSKieran Bingham reg = <3>; 241557165ffSKieran Bingham }; 242557165ffSKieran Bingham 243557165ffSKieran Bingham port@4 { 244557165ffSKieran Bingham reg = <4>; 245557165ffSKieran Bingham max9286_out0: endpoint { 246557165ffSKieran Bingham clock-lanes = <0>; 247557165ffSKieran Bingham data-lanes = <1 2 3 4>; 248557165ffSKieran Bingham remote-endpoint = <&csi40_in>; 249557165ffSKieran Bingham }; 250557165ffSKieran Bingham }; 251557165ffSKieran Bingham }; 252557165ffSKieran Bingham 253557165ffSKieran Bingham i2c-mux { 254557165ffSKieran Bingham #address-cells = <1>; 255557165ffSKieran Bingham #size-cells = <0>; 256557165ffSKieran Bingham 257557165ffSKieran Bingham i2c@0 { 258557165ffSKieran Bingham #address-cells = <1>; 259557165ffSKieran Bingham #size-cells = <0>; 260557165ffSKieran Bingham reg = <0>; 261557165ffSKieran Bingham 262557165ffSKieran Bingham status = "disabled"; 263557165ffSKieran Bingham }; 264557165ffSKieran Bingham 265557165ffSKieran Bingham i2c@1 { 266557165ffSKieran Bingham #address-cells = <1>; 267557165ffSKieran Bingham #size-cells = <0>; 268557165ffSKieran Bingham reg = <1>; 269557165ffSKieran Bingham 270557165ffSKieran Bingham status = "disabled"; 271557165ffSKieran Bingham }; 272557165ffSKieran Bingham 273557165ffSKieran Bingham i2c@2 { 274557165ffSKieran Bingham #address-cells = <1>; 275557165ffSKieran Bingham #size-cells = <0>; 276557165ffSKieran Bingham reg = <2>; 277557165ffSKieran Bingham 278557165ffSKieran Bingham status = "disabled"; 279557165ffSKieran Bingham }; 280557165ffSKieran Bingham 281557165ffSKieran Bingham i2c@3 { 282557165ffSKieran Bingham #address-cells = <1>; 283557165ffSKieran Bingham #size-cells = <0>; 284557165ffSKieran Bingham reg = <3>; 285557165ffSKieran Bingham 286557165ffSKieran Bingham status = "disabled"; 287557165ffSKieran Bingham }; 288557165ffSKieran Bingham }; 289557165ffSKieran Bingham }; 290557165ffSKieran Bingham}; 291557165ffSKieran Bingham 29283c5cf19SYoshihiro Kaneko&lvds0 { 29383c5cf19SYoshihiro Kaneko status = "okay"; 29483c5cf19SYoshihiro Kaneko 29583c5cf19SYoshihiro Kaneko ports { 29683c5cf19SYoshihiro Kaneko port@1 { 29783c5cf19SYoshihiro Kaneko lvds0_out: endpoint { 29883c5cf19SYoshihiro Kaneko remote-endpoint = <&thc63lvd1024_in>; 29983c5cf19SYoshihiro Kaneko }; 30083c5cf19SYoshihiro Kaneko }; 30183c5cf19SYoshihiro Kaneko }; 30283c5cf19SYoshihiro Kaneko}; 30383c5cf19SYoshihiro Kaneko 30431bded67SSergei Shtylyov&pfc { 305a6a4bfeaSGeert Uytterhoeven pinctrl-0 = <&scif_clk_pins>; 306a6a4bfeaSGeert Uytterhoeven pinctrl-names = "default"; 307a6a4bfeaSGeert Uytterhoeven 3081119cffeSSergei Shtylyov avb_pins: avb0 { 3091119cffeSSergei Shtylyov groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk"; 3101119cffeSSergei Shtylyov function = "avb0"; 3111119cffeSSergei Shtylyov }; 3121119cffeSSergei Shtylyov 313bb8d2033SSergei Shtylyov canfd0_pins: canfd0 { 314bb8d2033SSergei Shtylyov groups = "canfd0_data_a"; 315bb8d2033SSergei Shtylyov function = "canfd0"; 316bb8d2033SSergei Shtylyov }; 317bb8d2033SSergei Shtylyov 3187859eb31SSergei Shtylyov i2c0_pins: i2c0 { 3197859eb31SSergei Shtylyov groups = "i2c0"; 3207859eb31SSergei Shtylyov function = "i2c0"; 3217859eb31SSergei Shtylyov }; 3227859eb31SSergei Shtylyov 323557165ffSKieran Bingham i2c3_pins: i2c3 { 324557165ffSKieran Bingham groups = "i2c3_a"; 325557165ffSKieran Bingham function = "i2c3"; 326557165ffSKieran Bingham }; 327557165ffSKieran Bingham 328daa36ae0SSergei Shtylyov qspi0_pins: qspi0 { 329daa36ae0SSergei Shtylyov groups = "qspi0_ctrl", "qspi0_data4"; 330daa36ae0SSergei Shtylyov function = "qspi0"; 331daa36ae0SSergei Shtylyov }; 332daa36ae0SSergei Shtylyov 33331bded67SSergei Shtylyov scif0_pins: scif0 { 33431bded67SSergei Shtylyov groups = "scif0_data"; 33531bded67SSergei Shtylyov function = "scif0"; 33631bded67SSergei Shtylyov }; 337a6a4bfeaSGeert Uytterhoeven 338a6a4bfeaSGeert Uytterhoeven scif_clk_pins: scif_clk { 339a6a4bfeaSGeert Uytterhoeven groups = "scif_clk_b"; 340a6a4bfeaSGeert Uytterhoeven function = "scif_clk"; 341a6a4bfeaSGeert Uytterhoeven }; 34231bded67SSergei Shtylyov}; 34331bded67SSergei Shtylyov 344daa36ae0SSergei Shtylyov&rpc { 345daa36ae0SSergei Shtylyov pinctrl-0 = <&qspi0_pins>; 346daa36ae0SSergei Shtylyov pinctrl-names = "default"; 347daa36ae0SSergei Shtylyov 348daa36ae0SSergei Shtylyov status = "okay"; 349daa36ae0SSergei Shtylyov 350daa36ae0SSergei Shtylyov flash@0 { 351daa36ae0SSergei Shtylyov compatible = "spansion,s25fs512s", "jedec,spi-nor"; 352daa36ae0SSergei Shtylyov reg = <0>; 353daa36ae0SSergei Shtylyov spi-max-frequency = <50000000>; 354daa36ae0SSergei Shtylyov spi-rx-bus-width = <4>; 355daa36ae0SSergei Shtylyov 356daa36ae0SSergei Shtylyov partitions { 357daa36ae0SSergei Shtylyov compatible = "fixed-partitions"; 358daa36ae0SSergei Shtylyov #address-cells = <1>; 359daa36ae0SSergei Shtylyov #size-cells = <1>; 360daa36ae0SSergei Shtylyov 361daa36ae0SSergei Shtylyov bootparam@0 { 362daa36ae0SSergei Shtylyov reg = <0x00000000 0x040000>; 363daa36ae0SSergei Shtylyov read-only; 364daa36ae0SSergei Shtylyov }; 365daa36ae0SSergei Shtylyov cr7@40000 { 366daa36ae0SSergei Shtylyov reg = <0x00040000 0x080000>; 367daa36ae0SSergei Shtylyov read-only; 368daa36ae0SSergei Shtylyov }; 369daa36ae0SSergei Shtylyov cert_header_sa3@c0000 { 370daa36ae0SSergei Shtylyov reg = <0x000c0000 0x080000>; 371daa36ae0SSergei Shtylyov read-only; 372daa36ae0SSergei Shtylyov }; 373daa36ae0SSergei Shtylyov bl2@140000 { 374daa36ae0SSergei Shtylyov reg = <0x00140000 0x040000>; 375daa36ae0SSergei Shtylyov read-only; 376daa36ae0SSergei Shtylyov }; 377daa36ae0SSergei Shtylyov cert_header_sa6@180000 { 378daa36ae0SSergei Shtylyov reg = <0x00180000 0x040000>; 379daa36ae0SSergei Shtylyov read-only; 380daa36ae0SSergei Shtylyov }; 381daa36ae0SSergei Shtylyov bl31@1c0000 { 382daa36ae0SSergei Shtylyov reg = <0x001c0000 0x460000>; 383daa36ae0SSergei Shtylyov read-only; 384daa36ae0SSergei Shtylyov }; 385daa36ae0SSergei Shtylyov uboot@640000 { 386daa36ae0SSergei Shtylyov reg = <0x00640000 0x0c0000>; 387daa36ae0SSergei Shtylyov read-only; 388daa36ae0SSergei Shtylyov }; 389daa36ae0SSergei Shtylyov uboot-env@700000 { 390daa36ae0SSergei Shtylyov reg = <0x00700000 0x040000>; 391daa36ae0SSergei Shtylyov read-only; 392daa36ae0SSergei Shtylyov }; 393daa36ae0SSergei Shtylyov dtb@740000 { 394daa36ae0SSergei Shtylyov reg = <0x00740000 0x080000>; 395daa36ae0SSergei Shtylyov }; 396daa36ae0SSergei Shtylyov kernel@7c0000 { 397daa36ae0SSergei Shtylyov reg = <0x007c0000 0x1400000>; 398daa36ae0SSergei Shtylyov }; 399daa36ae0SSergei Shtylyov user@1bc0000 { 400daa36ae0SSergei Shtylyov reg = <0x01bc0000 0x2440000>; 401daa36ae0SSergei Shtylyov }; 402daa36ae0SSergei Shtylyov }; 403daa36ae0SSergei Shtylyov }; 404daa36ae0SSergei Shtylyov}; 405daa36ae0SSergei Shtylyov 406fd363f54SGeert Uytterhoeven&rwdt { 407fd363f54SGeert Uytterhoeven timeout-sec = <60>; 408fd363f54SGeert Uytterhoeven status = "okay"; 409fd363f54SGeert Uytterhoeven}; 410fd363f54SGeert Uytterhoeven 4111a48290eSSergei Shtylyov&scif0 { 41231bded67SSergei Shtylyov pinctrl-0 = <&scif0_pins>; 41331bded67SSergei Shtylyov pinctrl-names = "default"; 41431bded67SSergei Shtylyov 4151a48290eSSergei Shtylyov status = "okay"; 4161a48290eSSergei Shtylyov}; 417a6a4bfeaSGeert Uytterhoeven 418a6a4bfeaSGeert Uytterhoeven&scif_clk { 419a6a4bfeaSGeert Uytterhoeven clock-frequency = <14745600>; 420a6a4bfeaSGeert Uytterhoeven}; 421