1 From 9994241ac97cb84d1df98fdc172d3cc6b04b11bf Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Fri, 9 Nov 2018 09:56:49 +0100
4 Subject: [PATCH] ARM: dts: BCM5301X: Describe Northstar pins mux controller
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 This describes hardware & will allow referencing pin functions. The
10 first usage is UART1 which allows supporting devices using it.
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 arch/arm/boot/dts/bcm5301x.dtsi | 44 +++++++++++++++++++++++++++++++++++++++++
16 1 file changed, 44 insertions(+)
18 --- a/arch/arm/boot/dts/bcm5301x.dtsi
19 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
22 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
23 clocks = <&iprocslow>;
24 + pinctrl-names = "default";
25 + pinctrl-0 = <&pinmux_uart1>;
34 + compatible = "simple-bus";
35 + ranges = <0 0x1800c000 0x1000>;
36 + #address-cells = <1>;
40 + compatible = "simple-bus";
41 + reg = <0x100 0x1a4>;
43 + #address-cells = <1>;
46 + pin-controller@1c0 {
47 + compatible = "brcm,bcm4708-pinmux";
49 + reg-names = "cru_gpio_control";
62 + groups = "pwm0_grp", "pwm1_grp",
63 + "pwm2_grp", "pwm3_grp";
67 + pinmux_uart1: uart1 {
68 + groups = "uart1_grp";
75 lcpll0: lcpll0@1800c100 {
77 compatible = "brcm,nsp-lcpll0";