We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398ada commit 1d0a779Copy full SHA for 1d0a779
Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml
@@ -77,21 +77,13 @@ additionalProperties: false
77
78
examples:
79
- |
80
- cru@1800c100 {
81
- compatible = "simple-bus";
82
- reg = <0x1800c100 0x1a4>;
83
- ranges;
84
- #address-cells = <1>;
85
- #size-cells = <1>;
86
-
87
- pin-controller@1c0 {
88
- compatible = "brcm,bcm4708-pinmux";
89
- reg = <0x1c0 0x24>;
90
- reg-names = "cru_gpio_control";
91
92
- spi-pins {
93
- function = "spi";
94
- groups = "spi_grp";
95
- };
+ pin-controller@1800c1c0 {
+ compatible = "brcm,bcm4708-pinmux";
+ reg = <0x1800c1c0 0x24>;
+ reg-names = "cru_gpio_control";
+
+ spi-pins {
+ function = "spi";
+ groups = "spi_grp";
96
};
97
0 commit comments