#include "63178.dtsi" #include "../bcm_voice.dtsi" / { memory_controller { memcfg = <(BP_DDR_SPEED_800_11_11_11 | \ BP_DDR_TOTAL_SIZE_512MB | \ BP_DDR_DEVICE_WIDTH_16 | \ BP_DDR_TOTAL_WIDTH_16BIT | \ BP_DDR_63178_DEFAULT)>; }; buttons { compatible = "brcm,buttons"; reset_button { ext_irq = <&bca_extintr 0 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 1 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_80>; pinctrl-names = "default"; compatible = "bcm-spi-voice"; reg = <1>; /* chip select 1 */ spi-max-frequency = <1024000>; reset-gpio = <&gpioc 32 GPIO_ACTIVE_LOW>; spi-index = <0>;/* voice header index */ }; }; &mdio_sf2 { phy_rgmii: rgmii { reg = <25>; status = "okay"; }; }; &switch0 { pinctrl-names = "default", "rgmii"; pinctrl-0 = <&rgmii_mdc_pin_72 &rgmii_mdio_pin_73 &rgmii_pins>; pinctrl-1 = <&rgmii_pins>; ports { port0@0 { status = "okay"; }; port1@1 { status = "okay"; }; port2@2 { status = "okay"; }; port3@3 { status = "okay"; }; port4@4 { status = "okay"; }; port5@5 { mii-pinctrl-state = "rgmii"; rgmii-1p8v; gmii-direct; status = "okay"; }; }; };