#include "47622.dtsi" #include "../bcm_voice.dtsi" / { memory_controller { memcfg = <(BP_DDR_SPEED_933_13_13_13 | \ BP_DDR_TOTAL_SIZE_512MB | \ BP_DDR_DEVICE_WIDTH_16 | \ BP_DDR_TOTAL_WIDTH_16BIT | \ BP_DDR_SSC_CONFIG_1)>; }; buttons { compatible = "brcm,buttons"; ses_button { ext_irq = <&bca_extintr 4 BCA_GPIO_ACTIVE_LOW (BCA_EXTINTR_TYPE_LOW_LEVEL | BCA_EXTINTR_TYPE_SENSE_EDGE)>; release { ses_short_period = <0>; ses_long_period = <3>; }; }; }; switch_sf2:0 { }; }; &i2c { #address-cells = <1>; #size-cells = <0>; codec_playback:codec_palyback@18{ compatible = "ti,tlv320dac3203"; reg = <0x18>; }; codec_capture:codec_capture@19{ compatible = "ti,tlv320adc3101"; reg = <0x19>; }; }; &sysport { compatible = "brcm,bcmbca-systemport-v2.0"; reg-names = "systemport-rbuf-base", "systemport-rdma-base", "systemport-tdma-base", "systemport-umac-base", "systemport-topctrl-base", "systemport1-rbuf-base", "systemport1-rdma-base", "systemport1-tdma-base", "systemport1-umac-base", "systemport1-topctrl-base", "systemport-switchmdio-base", "sphy-ctrl", "phy-test-ctrl"; reg = <0x80400400 0x14>, <0x80402000 0x1300>, <0x80404000 0x8ff>, <0x80400800 0x350>, <0x80400000 0x40>, <0x80500400 0x14>, <0x80502000 0x1300>, <0x80504000 0x8ff>, <0x80500800 0x350>, <0x80500000 0x40>, <0x80411300 0x10>, <0x804110c0 0x04>, <0x804110bc 0x04>; phy_base = <0x8>; phy_wkard_timeout = <25000>; ethsw = <&switch_sf2>; }; &usb_ctrl { pinctrl-names="default"; pinctrl-0 = <&usb0_pwr_pins &usb1_pwr_pins>; pwron-bias-pull-up; status = "okay"; }; &usb0_ehci { status = "okay"; }; &usb1_ehci { status = "okay"; }; &usb0_ohci { status = "okay"; }; &usb1_ohci { status = "okay"; }; &bcm_voice{ sliclist = SLICSLAC_LIST_COMMON_NOFXO; }; &hsspi { voice0 { pinctrl-0 = <&spim_ss1_b_pin_76>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <1>; /* chip select 1 */ spi-max-frequency = <1024000>; reset-gpio = <&gpioc 26 GPIO_ACTIVE_LOW>; spi-index = <0>;/* voice header index */ }; voice1 { pinctrl-0 = <&spim_ss2_b_pin_10>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <2>; /* chip select 2 */ spi-max-frequency = <1024000>; /*reset-gpio = NA*/ spi-index = <1>;/* voice header index */ }; }; &mdio { phy8:8 { status = "okay"; }; phy_serdes0:6 { phy-extswitch; status = "okay"; }; /* PHYs on external SF2 switch */ sf2_gphy0:0 { compatible = "brcm,bcaphy"; phy-type = "EGPHY"; reg = <0>; status = "okay"; }; sf2_gphy1:1 { compatible = "brcm,bcaphy"; phy-type = "EGPHY"; reg = <1>; status = "okay"; }; sf2_gphy2:2 { compatible = "brcm,bcaphy"; phy-type = "EGPHY"; reg = <2>; status = "okay"; }; sf2_gphy3:3 { compatible = "brcm,bcaphy"; phy-type = "EGPHY"; reg = <3>; status = "okay"; }; }; &switch_sf2 { unit = <1>; sw-type = "SF2_SW"; compatible = "brcm,bcmbca-extsw"; pinctrl-0 = <&a_rgmii_mdc_pin_68 &a_rgmii_mdio_pin_69 >; pinctrl-names="default"; reg-names ="systemport-serdes-cntrl"; reg = <0x804110a8 0x8>; extswsgmii_addr = <0x6>; switch-reset = <&gpioc 10 GPIO_ACTIVE_LOW>; ports { #address-cells = <1>; #size-cells = <0>; sf2_port0@0 { phy-handle = <&sf2_gphy0>; reg = <0>; mac-type = "SF2MAC"; phy-mode = "gmii"; gmii-direct; status = "okay"; }; sf2_port1@1 { phy-handle = <&sf2_gphy1>; reg = <1>; mac-type = "SF2MAC"; phy-mode = "gmii"; gmii-direct; status = "okay"; }; sf2_port2@2 { phy-handle = <&sf2_gphy2>; reg = <2>; mac-type = "SF2MAC"; phy-mode = "gmii"; gmii-direct; status = "okay"; }; sf2_port3@3 { phy-handle = <&sf2_gphy3>; reg = <3>; mac-type = "SF2MAC"; phy-mode = "gmii"; gmii-direct; status = "okay"; }; sf2_port8@8 { management; /* sf2.p8 <--> sysp.p1 */ reg = <8>; mac-type = "SF2MAC"; shrink-ipg; phy-mode = "gmii"; gmii-direct; status = "okay"; }; }; }; &switch0 { pinctrl-names = "default"; pinctrl-0 = <&a_rgmii_mdc_pin_68 &a_rgmii_mdio_pin_69>; ports { /* fixed port configuration */ sysp_port0@0 { phy-handle = <&phy8>; status = "okay"; }; sysp_port1@1 { phy-handle = <&phy_serdes0>; link = <&switch_sf2>; /* sysp.p1 <--> sf2.p8 */ shrink-ipg; status = "okay"; }; }; };