#include "63158.dtsi" #include "../bcm_voice.dtsi" #include "963158REF2_leds.dtsi" / { memory_controller { memcfg = <(BP_DDR_SPEED_1067_14_14_14 | \ BP_DDR_TOTAL_SIZE_2048MB | \ BP_DDR_DEVICE_WIDTH_8 | \ BP_DDR_TOTAL_WIDTH_32BIT | \ BP_DDR_SSC_CONFIG_1)>; }; buttons { compatible = "brcm,buttons"; ses_button { ext_irq = <&bca_extintr 46 BCA_GPIO_ACTIVE_LOW (BCA_EXTINTR_TYPE_LOW_LEVEL | BCA_EXTINTR_TYPE_SENSE_EDGE)>; release { ses_short_period = <0>; ses_long_period = <3>; }; }; }; pstn_relay:pstn_relay { compatible = "brcm,voice-pstn-relay"; pstnrelay-gpio = <&gpioc 80 GPIO_ACTIVE_HIGH>; }; }; &usb_ctrl { pinctrl-names="default"; pinctrl-0 = <&usb0a_pwr_pins &usb1a_pwr_pins>; status = "okay"; xhci-enable; }; &usb0_ehci { status = "okay"; }; &usb1_ehci { status = "okay"; }; &usb0_ohci { status = "okay"; }; &usb1_ohci { status = "okay"; }; &usb0_xhci { status = "okay"; }; &mdio_sf2 { /* PHYs directly connected to SF2 */ gphy8:8 { status = "okay"; }; gphy9:9 { status = "okay"; }; gphya:a { status = "okay"; }; gphyb:b { status = "okay"; }; /* PHYs connected to crossbar */ phy_rgmii:rgmii { status = "disabled"; }; gphyc:c { status = "okay"; }; phy_serdes1:serdes1 { status = "okay"; }; /* Crossbar groups */ xbar_grp0:0 { phy-handle = <&phy_rgmii>; status = "disabled"; }; xbar_grp2:2 { phy-handle = <&gphyc &phy_serdes1>; status = "okay"; }; }; &switch_sf2 { ports { sf2_port0@0 { phy-handle = <&gphy8>; network-leds = <&led0 &led1 &led20>; status = "okay"; }; sf2_port1@1 { phy-handle = <&gphy9>; network-leds = <&led2 &led3 &led21>; status = "okay"; }; sf2_port2@2 { phy-handle = <&gphya>; network-leds = <&led4 &led5 &led22>; status = "okay"; }; sf2_port3@3 { phy-handle = <&gphyb>; network-leds = <&led6 &led7 &led23>; status = "okay"; }; sf2_port4@4 { phy-handle = <&xbar_grp0>; status = "disabled"; }; }; }; &switch0 { ports { port5@5 { phy-handle = <&xbar_grp2>; /* xbar ext ep 0 serdes leds */ network-leds-0 = <&led10 &led11 &led12 &led25>; /* xbar ext ep 1 sgphy leds */ network-leds-1 = <&led8 &led9 &led24>; status = "okay"; }; }; }; &bcm_voice{ sliclist = SLICSLAC_LIST_COMMON_NOFXO; }; &hsspi { voice0 { pinctrl-0 = <&spim_ss1_b_pin_112>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <1>; /* chip select 1 */ spi-max-frequency = <1024000>; reset-gpio = <&gpioc 13 GPIO_ACTIVE_LOW>; spi-index = <0>;/* voice header index */ }; voice1 { pinctrl-0 = <&a_spim_ss4_b_pin_8>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <4>; /* chip select 4 */ spi-max-frequency = <1024000>; reset-gpio = <&gpioc 81 GPIO_ACTIVE_LOW>; spi-index = <1>;/* voice header index */ }; };