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:
committed by
Florian Fainelli
parent
44a06fa465
commit
ea2d8975e3
@@ -277,5 +277,12 @@
|
|||||||
"usbclk", "iprocfast", "sata1",
|
"usbclk", "iprocfast", "sata1",
|
||||||
"sata2";
|
"sata2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl: pinctrl@3f1c0 {
|
||||||
|
compatible = "brcm,nsp-pinmux";
|
||||||
|
reg = <0x3f1c0 0x04>,
|
||||||
|
<0x30028 0x04>,
|
||||||
|
<0x3f408 0x04>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -105,3 +105,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&nand_sel>;
|
||||||
|
nand_sel: nand_sel {
|
||||||
|
function = "nand";
|
||||||
|
groups = "nand_grp";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user