#include "6756.dtsi" #include "../bcm_voice.dtsi" / { memory_controller { memcfg = <(BP_DDR_SPEED_1067_14_14_14 | \ BP_DDR_TOTAL_SIZE_512MB | \ BP_DDR_DEVICE_WIDTH_16 | \ BP_DDR_TOTAL_WIDTH_16BIT | \ BP_DDR_6756_DEFAULT)>; }; buttons { compatible = "brcm,buttons"; reset_button { ext_irq = <&bca_extintr 39 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>; }; }; }; }; &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 32 GPIO_ACTIVE_LOW>; /*reset-gpio = <&gpioc 20 GPIO_ACTIVE_LOW>;*//*per schematic*/ spi-index = <0>;/* voice header index */ }; }; &mdio_sf2 { phy_ge:8 { status = "okay"; }; phy_rgmii:rgmii { reg = <24>; status = "okay"; }; phy_serdes0:serdes0 { status = "okay"; }; }; &switch0 { pinctrl-names = "default", "rgmii"; pinctrl-0 = <&a_rgmii_mdc_pin_68 &a_rgmii_mdio_pin_69 &rgmii_pins>; pinctrl-1 = <&rgmii_pins>; ports { port0@0 { phy-handle = <&phy_ge>; status = "okay"; }; port1@1 { phy-handle = <&phy_rgmii>; mii-pinctrl-state = "rgmii"; phy-mode = "rgmii"; rgmii-1p8v; status = "disabled"; }; port5@5 { phy-handle = <&phy_serdes0>; /* SFP */ status = "okay"; }; }; }; &usb_ctrl { pinctrl-names="default"; pinctrl-0 = <&usb0_pwr_pins &usb1_pwr_pins>; status = "okay"; xhci-enable; }; &usb0_xhci { status = "okay"; }; &usb0_ehci { status = "okay"; }; &usb1_ehci { status = "okay"; }; &usb0_ohci { status = "okay"; }; &usb1_ohci { status = "okay"; }; &hs_uart0 { status = "okay"; }; &i2c0 { pinctrl-names="default"; pinctrl-0 = <&i2c_sda_pin_16 &i2c_scl_pin_17>; status = "okay"; };