|
@@ -30,13 +30,28 @@ For documentation of subnodes see:
|
|
|
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
|
|
|
|
|
|
Example:
|
|
|
- pinctrl@1800c1c0 {
|
|
|
- compatible = "brcm,bcm4708-pinmux";
|
|
|
- reg = <0x1800c1c0 0x24>;
|
|
|
- reg-names = "cru_gpio_control";
|
|
|
-
|
|
|
- spi {
|
|
|
- function = "spi";
|
|
|
- groups = "spi_grp";
|
|
|
+ dmu@1800c000 {
|
|
|
+ compatible = "simple-bus";
|
|
|
+ ranges = <0 0x1800c000 0x1000>;
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ cru@100 {
|
|
|
+ compatible = "simple-bus";
|
|
|
+ reg = <0x100 0x1a4>;
|
|
|
+ ranges;
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ pin-controller@1c0 {
|
|
|
+ compatible = "brcm,bcm4708-pinmux";
|
|
|
+ reg = <0x1c0 0x24>;
|
|
|
+ reg-names = "cru_gpio_control";
|
|
|
+
|
|
|
+ spi-pins {
|
|
|
+ function = "spi";
|
|
|
+ groups = "spi_grp";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|