ebisu.dtsi (1136fa0c07de570dc17858745af8be169d1440ba) ebisu.dtsi (5f300a7f3953aea5b2ce996a0bdec31ffd108999)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Ebisu board
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/gpio/gpio.h>

--- 586 unchanged lines hidden (view full) ---

595 function = "pwm3";
596 };
597
598 pwm5_pins: pwm5 {
599 groups = "pwm5_a";
600 function = "pwm5";
601 };
602
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Ebisu board
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/gpio/gpio.h>

--- 586 unchanged lines hidden (view full) ---

595 function = "pwm3";
596 };
597
598 pwm5_pins: pwm5 {
599 groups = "pwm5_a";
600 function = "pwm5";
601 };
602
603 rpc_pins: rpc {
604 groups = "rpc_clk2", "rpc_ctrl", "rpc_data", "rpc_reset",
605 "rpc_int";
606 function = "rpc";
607 };
608
603 scif2_pins: scif2 {
604 groups = "scif2_data_a";
605 function = "scif2";
606 };
607
608 sdhi0_pins: sd0 {
609 groups = "sdhi0_data4", "sdhi0_ctrl";
610 function = "sdhi0";

--- 95 unchanged lines hidden (view full) ---

706 dai0 {
707 playback = <&ssi0>, <&src0>, <&dvc0>;
708 capture = <&ssi1>, <&src1>, <&dvc1>;
709 };
710 };
711
712};
713
609 scif2_pins: scif2 {
610 groups = "scif2_data_a";
611 function = "scif2";
612 };
613
614 sdhi0_pins: sd0 {
615 groups = "sdhi0_data4", "sdhi0_ctrl";
616 function = "sdhi0";

--- 95 unchanged lines hidden (view full) ---

712 dai0 {
713 playback = <&ssi0>, <&src0>, <&dvc0>;
714 capture = <&ssi1>, <&src1>, <&dvc1>;
715 };
716 };
717
718};
719
720&rpc {
721 pinctrl-0 = <&rpc_pins>;
722 pinctrl-names = "default";
723
724 /* Left disabled. To be enabled by firmware when unlocked. */
725
726 flash@0 {
727 compatible = "cypress,hyperflash", "cfi-flash";
728 reg = <0>;
729
730 partitions {
731 compatible = "fixed-partitions";
732 #address-cells = <1>;
733 #size-cells = <1>;
734
735 bootparam@0 {
736 reg = <0x00000000 0x040000>;
737 read-only;
738 };
739 bl2@40000 {
740 reg = <0x00040000 0x140000>;
741 read-only;
742 };
743 cert_header_sa6@180000 {
744 reg = <0x00180000 0x040000>;
745 read-only;
746 };
747 bl31@1c0000 {
748 reg = <0x001c0000 0x040000>;
749 read-only;
750 };
751 tee@200000 {
752 reg = <0x00200000 0x440000>;
753 read-only;
754 };
755 uboot@640000 {
756 reg = <0x00640000 0x100000>;
757 read-only;
758 };
759 dtb@740000 {
760 reg = <0x00740000 0x080000>;
761 };
762 kernel@7c0000 {
763 reg = <0x007c0000 0x1400000>;
764 };
765 user@1bc0000 {
766 reg = <0x01bc0000 0x2440000>;
767 };
768 };
769 };
770};
771
714&rwdt {
715 timeout-sec = <60>;
716 status = "okay";
717};
718
719&scif2 {
720 pinctrl-0 = <&scif2_pins>;
721 pinctrl-names = "default";

--- 82 unchanged lines hidden ---
772&rwdt {
773 timeout-sec = <60>;
774 status = "okay";
775};
776
777&scif2 {
778 pinctrl-0 = <&scif2_pins>;
779 pinctrl-names = "default";

--- 82 unchanged lines hidden ---