#include "63158.dtsi" #include "../bcm_voice.dtsi" #include "963158REF3_leds.dtsi" / { memory_controller { memcfg = <(BP_DDR_SPEED_1067_14_14_14 | \ BP_DDR_TOTAL_SIZE_1024MB | \ BP_DDR_DEVICE_WIDTH_16 | \ BP_DDR_TOTAL_WIDTH_32BIT | \ BP_DDR_SSC_CONFIG_1)>; }; buttons { compatible = "brcm,buttons"; reset_button { ext_irq = <&bca_extintr 46 BCA_GPIO_ACTIVE_LOW (BCA_EXTINTR_TYPE_LOW_LEVEL | BCA_EXTINTR_TYPE_SENSE_EDGE)>; press { print = "Button Press -- Hold for 5s to do restore to default"; }; hold { rst_to_dflt = <5>; }; release { reset = <0>; }; }; ses_button { ext_irq = <&bca_extintr 38 BCA_GPIO_ACTIVE_LOW (BCA_EXTINTR_TYPE_LOW_LEVEL | BCA_EXTINTR_TYPE_SENSE_EDGE)>; release { ses_short_period = <0>; ses_long_period = <3>; }; }; }; pmd: pmd { compatible = "brcm,pmd"; pinctrl-names = "state_ewake"; pinctrl-0 = <&a_wan_early_txen_pin_39>; ewake-gpio = <&gpioc 39 GPIO_ACTIVE_HIGH>; rstn-gpio = <&gpioc 5 GPIO_ACTIVE_LOW>; alarm = <&bca_extintr 40 GPIO_ACTIVE_HIGH (BCA_EXTINTR_TYPE_HIGH_LEVEL | BCA_EXTINTR_TYPE_SENSE_EDGE)>; apd-boost; i2c-bus = <&i2c0>; }; pstn_relay:pstn_relay { compatible = "brcm,voice-pstn-relay"; pstnrelay-gpio = <&gpioc 13 GPIO_ACTIVE_HIGH>; }; }; &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&b0_i2c_scl_0_pin_25 &b0_i2c_sda_0_pin_24>; status = "okay"; }; &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 */ gphyc:c { status = "okay"; }; phy_serdes1:serdes1 { status = "okay"; }; /* Crossbar groups */ 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"; }; }; }; &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 4 GPIO_ACTIVE_LOW>; spi-index = <0>;/* voice header index */ }; /* reset not connected to 963158D piggyback board */ voice1 { pinctrl-0 = <&spim_ss0_b_pin_111>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <0>; spi-max-frequency = <1024000>; reset-gpio = <&gpioc 14 GPIO_ACTIVE_LOW>; spi-index = <1>; }; }; &vreg_sync { pinctrl-0 = <&a_vreg_sync_pin_19>; pinctrl-names = "default"; power_sync-gpio = <&gpioc 8 GPIO_ACTIVE_LOW>; };