ARM: dts: enable pinctrl for Broadcom NSP

This enables the pinctrl support for Broadcom NSP SoC

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Yendapally Reddy Dhananjaya Reddy 2015-11-20 12:58:29 -05:00 committed by Florian Fainelli
parent 44a06fa465
commit ea2d8975e3
2 changed files with 16 additions and 0 deletions

View File

@ -277,5 +277,12 @@
"usbclk", "iprocfast", "sata1",
"sata2";
};
pinctrl: pinctrl@3f1c0 {
compatible = "brcm,nsp-pinmux";
reg = <0x3f1c0 0x04>,
<0x30028 0x04>,
<0x3f408 0x04>;
};
};
};

View File

@ -105,3 +105,12 @@
};
};
};
&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&nand_sel>;
nand_sel: nand_sel {
function = "nand";
groups = "nand_grp";
};
};