Skip to content

Commit

Permalink
dt: bcm6838: add pinctrl
Browse files Browse the repository at this point in the history
Add pinctrl node and related syscon node for broadcom bcm6838 SoC.

Signed-off-by: Philippe Reynes <[email protected]>
  • Loading branch information
Philippe Reynes authored and danielschwierzeck committed Sep 22, 2018
1 parent b3f8e88 commit e98a260
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/mips/dts/brcm,bcm6838.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
u-boot,dm-pre-reloc;
};

gpio_test_port: syscon@14e00294 {
compatible = "syscon";
reg = <0x14e00294 0x1c>;
};

pinctrl: pinctrl {
compatible = "brcm,bcm6838-pinctrl";
regmap = <&gpio_test_port>;
brcm,pins-count = <74>;
brcm,functions-count = <8>;
};

uart0: serial@14e00500 {
compatible = "brcm,bcm6345-uart";
reg = <0x14e00500 0x18>;
Expand Down

0 comments on commit e98a260

Please sign in to comment.